The following tables list the members exposed by IMessageSocketAsyncEventArgs.
Public Properties
| Name | Description |
 | Buffer |
Gets the data buffer to use with an asynchronous socket method.
|
 | BufferList |
Gets or sets an array of data buffers to use with an asynchronous socket method.
|
 | BytesTransferred |
Gets the number of bytes transferred in the socket operation.
|
 | IsSocketError |
Gets the result of the asynchronous socket operation.
|
 | SocketErrorString |
Gets the SocketError string of the asynchronous socket operation.
|
 | UserToken |
Gets or sets a user or application object associated with this asynchronous socket
operation.
|
Top
Public Methods
Public Events
| Name | Description |
 | Completed |
The event used to complete an asynchronous operation.
|
Top
See Also