Method | Description | |
---|---|---|
BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
EndReadBody ( IAsyncResult result ) : int | ||
RequestForLint ( ) : System |
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 |