'Declaration Public Function New( _ ByVal address As IPEndPoint _ )
'Usage Dim address As IPEndPoint Dim instance As New HttpProxyClient(address)
public HttpProxyClient( IPEndPoint address )
Parameters
- address
- The IPEndPoint address of the HTTP proxy server to connect to.