Begins an asynchronous operation to inform the server that the connection is about to close and
terminates the connection.
DisconnectAsync(AsyncCompletedEventHandler, Object) | Begins an asynchronous operation to inform the server that the connection is about to close and
terminates the connection. |
DisconnectAsync(Object) | Initiates an asynchronous operation to inform the server that the connection is about to close and
terminates the connection. |
DisconnectAsync() | Initiates an asynchronous operation to inform the server that the connection is about to close and
terminates the connection. |
Top