Method | Description | |
---|---|---|
BeginSend ( |
||
Dispose ( ) : void | ||
EndSend ( IAsyncResult result ) : |
||
HttpClient ( ) : System | ||
HttpClient ( |
||
HttpClient ( string baseAddress ) : System | ||
Send ( HttpMethod method ) : |
||
Send ( HttpMethod method, |
||
Send ( HttpMethod method, |
||
Send ( HttpMethod method, |
||
Send ( HttpMethod method, |
||
Send ( HttpMethod method, string uri ) : |
||
Send ( HttpMethod method, string uri, |
||
Send ( HttpMethod method, string uri, Microsoft.Http.Headers.RequestHeaders headers ) : |
||
Send ( HttpMethod method, string uri, Microsoft.Http.Headers.RequestHeaders headers, |
||
Send ( |
||
SendAsync ( |
||
SendAsync ( |
||
SendAsyncCancel ( object userState ) : void |
Method | Description | |
---|---|---|
CreateTransportStage ( ) : Microsoft.Http.HttpStage | ||
Dispose ( bool disposing ) : void | ||
ThrowIfDisposed ( ) : void |
Method | Description | |
---|---|---|
BeginSendCore ( |
||
GetPipeline ( ) : ReadOnlyCollection |
||
OperationCompleted ( object o ) : void | ||
PrepareRequest ( |
||
SendAsyncCore ( |
||
SendCompletedCore ( IAsyncResult a ) : void |
public BeginSend ( |
||
request | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
protected CreateTransportStage ( ) : Microsoft.Http.HttpStage | ||
return | Microsoft.Http.HttpStage |
public EndSend ( IAsyncResult result ) : |
||
result | IAsyncResult | |
return |
public HttpClient ( |
||
baseAddress | ||
return | System |
public HttpClient ( string baseAddress ) : System | ||
baseAddress | string | |
return | System |
public Send ( HttpMethod method ) : |
||
method | HttpMethod | |
return |
public Send ( HttpMethod method, |
||
method | HttpMethod | |
uri | ||
return |
public Send ( HttpMethod method, |
||
method | HttpMethod | |
uri | ||
content | ||
return |
public Send ( HttpMethod method, |
||
method | HttpMethod | |
uri | ||
headers | Microsoft.Http.Headers.RequestHeaders | |
return |
public Send ( HttpMethod method, |
||
method | HttpMethod | |
uri | ||
headers | Microsoft.Http.Headers.RequestHeaders | |
content | ||
return |
public Send ( HttpMethod method, string uri ) : |
||
method | HttpMethod | |
uri | string | |
return |
public Send ( HttpMethod method, string uri, |
||
method | HttpMethod | |
uri | string | |
content | ||
return |
public Send ( HttpMethod method, string uri, Microsoft.Http.Headers.RequestHeaders headers ) : |
||
method | HttpMethod | |
uri | string | |
headers | Microsoft.Http.Headers.RequestHeaders | |
return |
public Send ( HttpMethod method, string uri, Microsoft.Http.Headers.RequestHeaders headers, |
||
method | HttpMethod | |
uri | string | |
headers | Microsoft.Http.Headers.RequestHeaders | |
content | ||
return |
public Send ( |
||
request | ||
return |
public SendAsync ( |
||
request | ||
return | void |
public SendAsync ( |
||
request | ||
userState | object | |
return | void |
public SendAsyncCancel ( object userState ) : void | ||
userState | object | |
return | void |