Property | Type | Description | |
---|---|---|---|
AsyncState | object | ||
Buffer | byte[] | ||
Count | int | ||
Offset | int | ||
Result | int | ||
UserAsyncResult |
Property | Type | Description | |
---|---|---|---|
CompleteRequest | void | ||
CompleteUser | void | ||
CompleteUser | void | ||
CompleteUserWithError | void |
Method | Description | |
---|---|---|
AsyncProtocolRequest ( |
||
Reset ( |
||
SetNextRequest ( byte buffer, int offset, int count, AsyncProtocolCallback callback ) : void |
Method | Description | |
---|---|---|
CompleteRequest ( int result ) : void | ||
CompleteUser ( ) : void | ||
CompleteUser ( int userResult ) : void | ||
CompleteUserWithError ( Exception e ) : void |
public AsyncProtocolRequest ( |
||
userAsyncResult | ||
return | System.Diagnostics |
public Reset ( |
||
userAsyncResult | ||
return | void |
public SetNextRequest ( byte buffer, int offset, int count, AsyncProtocolCallback callback ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncProtocolCallback | |
return | void |