SocketAsyncEventArgs Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The SocketAsyncEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose | Releases the unmanaged resources used by the SocketAsyncEventArgs instance and optionally disposes of the managed resources. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Frees resources used by the SocketAsyncEventArgs class. (Overrides Object.Finalize.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnCompleted | Represents a method that is called when an asynchronous operation completes. |
|
SetBuffer(Int32, Int32) | Sets the data buffer to use with an asynchronous socket method. |
|
SetBuffer(Byte(), Int32, Int32) | Sets the data buffer to use with an asynchronous socket method. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: