Method | Description | |
---|---|---|
DownloadRemoteImageFile ( string Url, string OutputImageFile ) : void | ||
ExecuteGet ( string url ) : byte[] | ||
ExecutePost ( string url, |
||
ExecuteUrl ( string url, RequestMethod method = RequestMethod.Post, |
public static DownloadRemoteImageFile ( string Url, string OutputImageFile ) : void | ||
Url | string | |
OutputImageFile | string | |
return | void |
public static ExecuteGet ( string url ) : byte[] | ||
url | string | |
return | byte[] |
public static ExecutePost ( string url, |
||
url | string | |
Parameters | ||
return | byte[] |
public static ExecuteUrl ( string url, RequestMethod method = RequestMethod.Post, |
||
url | string | |
method | RequestMethod | |
Parameters | ||
return | byte[] |