Click or drag to resize

ProxySocket Methods

The ProxySocket type exposes the following members.

Methods
  Name Description
Public method BeginConnect(EndPoint, AsyncCallback, Object) Begins an asynchronous request for a connection to a network device.
Public method BeginConnect(String, Int32, AsyncCallback, Object) Begins an asynchronous request for a connection to a network device.
Public method Connect(EndPoint) Establishes a connection to a remote device.
Public method Connect(String, Int32) Establishes a connection to a remote device.
Public method EndConnect Ends a pending asynchronous connection request.
Top
See Also