Method | Description | |
---|---|---|
InternalAsyncResult ( AsyncCallback userCallback, object userState, byte buffer, int offset, int count, bool isWriteOperation, bool continueAfterHandshake ) : System | ||
SetComplete ( ) : void | ||
SetComplete ( |
||
SetComplete ( int bytesRead ) : void |
Method | Description | |
---|---|---|
SetComplete ( |
public InternalAsyncResult ( AsyncCallback userCallback, object userState, byte buffer, int offset, int count, bool isWriteOperation, bool continueAfterHandshake ) : System | ||
userCallback | AsyncCallback | |
userState | object | |
buffer | byte | |
offset | int | |
count | int | |
isWriteOperation | bool | |
continueAfterHandshake | bool | |
return | System |
public SetComplete ( |
||
ex | ||
return | void |