Méthode | Description | |
---|---|---|
CopyStream ( Stream input, Stream output ) : void | ||
Request ( string authValue, System.DateTime date, Stream content, string contentType, |
||
RestApiClient ( |
Méthode | Description | |
---|---|---|
CreateRequest ( string authValue, System.DateTime date, Stream content, string contentType ) : |
||
FetchDataFromResponse ( |
||
PureRequestMethod ( RequestMethod method ) : RequestMethod | ||
StreamToString ( Stream stream ) : string |
public static CopyStream ( Stream input, Stream output ) : void | ||
input | Stream | |
output | Stream | |
Résultat | void |
public Request ( string authValue, System.DateTime date, Stream content, string contentType, |
||
authValue | string | |
date | System.DateTime | |
content | Stream | |
contentType | string | |
objectHead | ||
withData | bool | |
Résultat | string |
public RestApiClient ( |
||
uri | ||
method | RequestMethod | |
proxy | IWebProxy | |
Résultat | System |