SocketAwaitable MethodsCouchbase .NET SDK 2.0

The SocketAwaitable type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAwaiter
Gets the object being awaited on.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetResult
Gets the result of the asynchronous Socket operation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnCompleted
Fired when the asyncrounous operation has completed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodReceiveAsync
Begins an asynchronous request to receive data from a connected Socket object using await.
(Defined by SocketExtensions.)
Public Extension MethodSendAsync
Sends data asynchronously to a connected Socket object using await.
(Defined by SocketExtensions.)
Top
See Also