Метод | Описание | |
---|---|---|
AbortAllRequests ( ) : void | ||
AbortRequests ( bool>.Func |
||
Get ( |
||
Get ( string uri, Action |
||
GetAsync ( |
||
GetAsync ( string url ) : Task |
||
Post ( |
||
Post ( string uri, Action |
||
PostAsync ( |
||
PostAsync ( string url ) : Task |
Метод | Описание | |
---|---|---|
CreateRequest ( |
||
GetQueryString ( string>.Dictionary |
||
ProcessResponse ( IAsyncResult asyncResult, |
||
WritePostData ( Stream stream, |
||
WritePostData ( Stream stream, string boundary, |
public static AbortAllRequests ( ) : void | ||
Результат | void |
public static AbortRequests ( bool>.Func |
||
abortPredicate | bool>.Func | |
Результат | void |
public static Get ( |
||
req | ||
action | Action |
|
Результат |
public static Get ( string uri, Action |
||
uri | string | |
action | Action |
|
Результат |
public static GetAsync ( |
||
request | ||
Результат | Task |
public static GetAsync ( string url ) : Task |
||
url | string | |
Результат | Task |
public static Post ( |
||
req | ||
action | Action |
|
Результат |
public static Post ( string uri, Action |
||
uri | string | |
action | Action |
|
Результат |
public static PostAsync ( |
||
request | ||
Результат | Task |
public static PostAsync ( string url ) : Task |
||
url | string | |
Результат | Task |