ProxySocket.Close Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Close()
Forces the ProxySocket connection to close.
Declaration
public void Close()
Implements
Remarks
The application should call Shutdown(SocketShutdown) before calling Close to ensure that all pending data is sent or received before the Socket is closed.