Method | Description | |
---|---|---|
BeginReceive ( AsyncCallback readCallback ) : void | ||
EndReceive ( IAsyncResult asyncResult, AsyncCallback readCallback, Action |
Method | Description | |
---|---|---|
HandleChunks ( string receivedString, Action |
||
HandleFirstReceive ( |
||
StateObject ( |
Method | Description | |
---|---|---|
BufferToString ( int position, int bytesRead ) : string | ||
EndReceive ( IAsyncResult asyncResult ) : int |
public BeginReceive ( AsyncCallback readCallback ) : void | ||
readCallback | AsyncCallback | |
return | void |
public EndReceive ( IAsyncResult asyncResult, AsyncCallback readCallback, Action |
||
asyncResult | IAsyncResult | |
readCallback | AsyncCallback | |
receivedStringAction | Action |
|
return | void |
protected abstract HandleChunks ( string receivedString, Action |
||
receivedString | string | |
receivedStringAction | Action |
|
return | void |
protected abstract HandleFirstReceive ( |
||
ms | ||
return | void |
protected StateObject ( |
||
socket | ||
return | System |