The methods of the ProxySocket class are listed below. For a complete list of ProxySocket class members, see the ProxySocket Members topic.
![]() GetAddressBytes | Returns an array of bytes of the IP address of the instance of IPAddress. |
![]() GetAddressLong | Obsolete. Returns the long value of the IP address of the instance of IPAddress. |
![]() ToEndPoint | Converts the host address and port into an IP endpoint. If host is not IP address, returns null. |
Accept | Acepts an incoming connection. |
BeginAccept | Begins an asynchronous request to accept an incoming connection. |
BeginConnect | Overloaded. Begins an asynchronous request for a connection to a network device. |
BeginListen | Starts an asynchronously request to listen for an incoming connection using the specified control socket as a base. |
BeginReceive | Begins to asynchronously receive data from a connected ProxySocket. |
BeginSend | Sends data asynchronously to a connected ProxySocket. |
Close | Forces a ProxySocket connection to close. |
Connect | Overloaded. Establishes a connection to a remote device. |
EndAccept | Ends an asynchronous request to accept an incoming connection. |
EndConnect | Ends a pending asynchronous connection request. |
EndListen | Ends an asynchronous request to listen for an incoming connection. |
EndReceive | Ends a pending asynchronous read. |
EndSend | Ends a pending asynchronous send. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Listen | Starts a request to listen for an incoming connection using the specified control socket as a base. |
Receive | Overloaded. Receives data from a connected ProxySocket. |
Send | Overloaded. Sends data to a connected ProxySocket. |
Shutdown | Disables sends and receives on a ProxySocket. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ProxySocket Class | Rebex.Net Namespace