Method | Description | |
---|---|---|
CreateUri ( string restPath ) : |
||
CreateUri ( string restPath, string>.Dictionary |
||
EscapeUriString ( string toEncodeString ) : string | ||
ProcessJsonResponse ( |
||
RestHelper ( |
||
SendRequestAsync ( |
||
SendRequestAsync ( |
||
SendRequestAsync ( string restPath, HttpMethod method, string passwordToUse, |
||
SendRequestAsync ( string restPath, HttpMethod method, string passwordToUse, IEnumerable |
Method | Description | |
---|---|---|
ConfigureRequest ( |
||
ConfigureRequest ( |
||
HandleError ( |
||
HttpCancellationHelper ( |
public CreateUri ( string restPath ) : |
||
restPath | string | |
return |
public CreateUri ( string restPath, string>.Dictionary |
||
restPath | string | |
arguments | string>.Dictionary | |
return |
public static EscapeUriString ( string toEncodeString ) : string | ||
toEncodeString | string | |
return | string |
public static ProcessJsonResponse ( |
||
response | ||
dataContractType | ||
return | object |
public RestHelper ( |
||
ipAddress | ||
deviceAuthentication | ||
return | System |
public SendRequestAsync ( |
||
requestUrl | ||
method | HttpMethod | |
passwordToUse | string | |
cts | ||
return | Task |
public SendRequestAsync ( |
||
requestUrl | ||
method | HttpMethod | |
passwordToUse | string | |
files | IEnumerable |
|
cts | ||
return | Task |
public SendRequestAsync ( string restPath, HttpMethod method, string passwordToUse, |
||
restPath | string | |
method | HttpMethod | |
passwordToUse | string | |
cts | ||
return | Task |
public SendRequestAsync ( string restPath, HttpMethod method, string passwordToUse, IEnumerable |
||
restPath | string | |
method | HttpMethod | |
passwordToUse | string | |
files | IEnumerable |
|
cts | ||
return | Task |