SocketAsyncEventArgs Methods
.NET Framework (current version)
Namespace:
System.Net.Sockets
Assembly: System (in System.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnCompleted(SocketAsyncEventArgs^) | Represents a method that is called when an asynchronous operation completes. |
![]() | SetBuffer(array<Byte>^, Int32, Int32) | Sets the data buffer to use with an asynchronous socket method. |
![]() | SetBuffer(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:

