Name | Description | |
---|---|---|
![]() | Handle | Gets the socket handle. |
![]() | LocalEndpoint | Gets the local endpoint. |
![]() | MessageSocketFeatures | Returns the features implemented by the message socket. |
![]() | RemoteEndpoint | Gets the remote endpoint. |
The following tables list the members exposed by IMessageSocket.
Name | Description | |
---|---|---|
![]() | Handle | Gets the socket handle. |
![]() | LocalEndpoint | Gets the local endpoint. |
![]() | MessageSocketFeatures | Returns the features implemented by the message socket. |
![]() | RemoteEndpoint | Gets the remote endpoint. |
Name | Description | |
---|---|---|
![]() | BeginConnect | Connects to an endpoint. |
![]() | ChangeSink | Changes the sink used to report reads. |
![]() | Close | Forcefully closes the socket. |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | MessageSocketEventArgs | Get the message socket event args. |
![]() | ReadNextMessage | Starts reading messages from the socket. |
![]() | SendAsync | Sends a buffer. |