Method | Description | |
---|---|---|
CancelPendingRequests ( ) : void | ||
DeleteAsync ( |
||
DeleteAsync ( |
||
DeleteAsync ( string requestUri ) : Task |
||
DeleteAsync ( string requestUri, |
||
GetAsync ( |
||
GetAsync ( |
||
GetAsync ( |
||
GetAsync ( |
||
GetAsync ( string requestUri ) : Task |
||
GetAsync ( string requestUri, |
||
GetAsync ( string requestUri, HttpCompletionOption completionOption ) : Task |
||
GetAsync ( string requestUri, HttpCompletionOption completionOption, |
||
GetBaseClientFactory ( ) : IYousScribeHttpClient>.Func |
||
GetDefaultHeaders ( ) : System.Net.Http.Headers.HttpRequestHeaders | ||
GetTimeOut ( ) : System.TimeSpan | ||
PostAsync ( |
||
PostAsync ( |
||
PostAsync ( string requestUri, |
||
PostAsync ( string requestUri, |
||
PutAsync ( |
||
PutAsync ( |
||
PutAsync ( string requestUri, |
||
PutAsync ( string requestUri, |
||
SendAsync ( |
||
SendAsync ( |
||
SendAsync ( |
||
SendAsync ( |
||
YousScribeHttpClient ( |
public DeleteAsync ( |
||
requestUri | ||
return | Task |
public DeleteAsync ( |
||
requestUri | ||
cancellationToken | ||
return | Task |
public DeleteAsync ( string requestUri ) : Task |
||
requestUri | string | |
return | Task |
public DeleteAsync ( string requestUri, |
||
requestUri | string | |
cancellationToken | ||
return | Task |
public GetAsync ( |
||
requestUri | ||
return | Task |
public GetAsync ( |
||
requestUri | ||
cancellationToken | ||
return | Task |
public GetAsync ( |
||
requestUri | ||
completionOption | HttpCompletionOption | |
return | Task |
public GetAsync ( |
||
requestUri | ||
completionOption | HttpCompletionOption | |
cancellationToken | ||
return | Task |
public GetAsync ( string requestUri, |
||
requestUri | string | |
cancellationToken | ||
return | Task |
public GetAsync ( string requestUri, HttpCompletionOption completionOption ) : Task |
||
requestUri | string | |
completionOption | HttpCompletionOption | |
return | Task |
public GetAsync ( string requestUri, HttpCompletionOption completionOption, |
||
requestUri | string | |
completionOption | HttpCompletionOption | |
cancellationToken | ||
return | Task |
public static GetBaseClientFactory ( ) : IYousScribeHttpClient>.Func |
||
return | IYousScribeHttpClient>.Func |
public GetDefaultHeaders ( ) : System.Net.Http.Headers.HttpRequestHeaders | ||
return | System.Net.Http.Headers.HttpRequestHeaders |
public PostAsync ( |
||
requestUri | ||
content | ||
return | Task |
public PostAsync ( |
||
requestUri | ||
content | ||
cancellationToken | ||
return | Task |
public PostAsync ( string requestUri, |
||
requestUri | string | |
content | ||
return | Task |
public PostAsync ( string requestUri, |
||
requestUri | string | |
content | ||
cancellationToken | ||
return | Task |
public PutAsync ( |
||
requestUri | ||
content | ||
return | Task |
public PutAsync ( |
||
requestUri | ||
content | ||
cancellationToken | ||
return | Task |
public PutAsync ( string requestUri, |
||
requestUri | string | |
content | ||
return | Task |
public PutAsync ( string requestUri, |
||
requestUri | string | |
content | ||
cancellationToken | ||
return | Task |
public SendAsync ( |
||
request | ||
return | Task |
public SendAsync ( |
||
request | ||
cancellationToken | ||
return | Task |
public SendAsync ( |
||
request | ||
completionOption | HttpCompletionOption | |
return | Task |
public SendAsync ( |
||
request | ||
completionOption | HttpCompletionOption | |
cancellationToken | ||
return | Task |
public YousScribeHttpClient ( |
||
baseClient | ||
return | System |