Свойство | Type | Description | |
---|---|---|---|
AddRange | void | ||
BeginGetResponse | void | ||
CompleteTransfer | int | ||
CreateWebRequests | void | ||
DecodeMessages | List |
||
DoReceive | void | ||
GotResponse | void | ||
ReceivedChunk | void | ||
RequestCompleted | void |
Méthode | Description | |
---|---|---|
BeginConnect ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReceive ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginSend ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
Dispose ( ) : void | ||
EndConnect ( IAsyncResult result ) : void | ||
EndReceive ( IAsyncResult result ) : int | ||
EndSend ( IAsyncResult result ) : int | ||
HttpConnection ( |
Méthode | Description | |
---|---|---|
AddRange ( |
||
BeginGetResponse ( |
||
CompleteTransfer ( IAsyncResult supplied, HttpResult expected ) : int | ||
CreateWebRequests ( RequestMessage start, RequestMessage end ) : void | ||
DecodeMessages ( byte buffer, int offset, int count ) : List |
||
DoReceive ( ) : void | ||
GotResponse ( IAsyncResult result ) : void | ||
ReceivedChunk ( IAsyncResult result ) : void | ||
RequestCompleted ( ) : void |
public BeginConnect ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public BeginReceive ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public BeginSend ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public EndConnect ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
Résultat | void |
public EndReceive ( IAsyncResult result ) : int | ||
result | IAsyncResult | |
Résultat | int |
public EndSend ( IAsyncResult result ) : int | ||
result | IAsyncResult | |
Résultat | int |
public HttpConnection ( |
||
uri | ||
Résultat | System |