System.Net.Sockets.SocketAsyncEventArgs: Method Members

The methods of System.Net.Sockets.SocketAsyncEventArgs are listed below. For a list of all members, see the SocketAsyncEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Methods

Dispose()

Releases the unmanaged resources used by the System.Net.Sockets.SocketAsyncEventArgs instance and optionally disposes of the managed resources.

Finalize()

Frees resources used by the System.Net.Sockets.SocketAsyncEventArgs class.

SetBuffer(int, int)

Sets the data buffer to use with an asynchronous socket method.

SetBuffer(byte[], int, int)

Sets the data buffer to use with an asynchronous socket method.

Protected Methods

OnCompleted(SocketAsyncEventArgs)

Represents a method that is called when an asynchronous operation completes.