Mono Class Library: Overview

System.Net.Sockets.SocketAsyncEventArgs: Members

The members of System.Net.Sockets.SocketAsyncEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AcceptSocketSocket. Documentation for this section has not yet been entered.
[read-only]
Bufferbyte[]. Documentation for this section has not yet been entered.
BufferListIList<ArraySegment<byte>>. Documentation for this section has not yet been entered.
[read-only]
BytesTransferredint. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.
DisconnectReuseSocketbool. Documentation for this section has not yet been entered.
[read-only]
LastOperationSocketAsyncOperation. Documentation for this section has not yet been entered.
[read-only]
Offsetint. Documentation for this section has not yet been entered.
[read-only]
ReceiveMessageFromPacketInfoIPPacketInformation. Documentation for this section has not yet been entered.
RemoteEndPointSystem.Net.EndPoint. Documentation for this section has not yet been entered.
SendPacketsElementsSendPacketsElement[]. Documentation for this section has not yet been entered.
SendPacketsFlagsTransmitFileOptions. Documentation for this section has not yet been entered.
SendPacketsSendSizeint. Documentation for this section has not yet been entered.
SocketErrorSocketError. Documentation for this section has not yet been entered.
SocketFlagsSocketFlags. Documentation for this section has not yet been entered.
UserTokenobject. Documentation for this section has not yet been entered.

Public Methods

Finalize()
Documentation for this section has not yet been entered.
SetBuffer(int, int)
Documentation for this section has not yet been entered.
SetBuffer(byte[], int, int)
Documentation for this section has not yet been entered.

Protected Methods

OnCompleted(SocketAsyncEventArgs)
Documentation for this section has not yet been entered.

Public Events

CompletedDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.