Property | Type | Description | |
---|---|---|---|
ReadTheBody | int |
Method | Description | |
---|---|---|
BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
EndReadBody ( IAsyncResult result ) : int | ||
Req ( ) : System |
Method | Description | |
---|---|---|
ReadTheBody ( byte buffer, int offset, int count ) : int |
public BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndReadBody ( IAsyncResult result ) : int | ||
result | IAsyncResult | |
return | int |