'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 HTTP proxy server address to connect to.