The SocketAwaitable type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetAwaiter |
Gets the object being awaited on.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetResult |
Gets the result of the asynchronous Socket operation.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | OnCompleted |
Fired when the asyncrounous operation has completed.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | ReceiveAsync |
Begins an asynchronous request to receive data from a connected Socket object using await.
(Defined by SocketExtensions.) |
![]() | SendAsync |
Sends data asynchronously to a connected Socket object using await.
(Defined by SocketExtensions.) |
