Свойство | Тип | Описание | |
---|---|---|---|
Headers | string>.Dictionary | ||
WebReq |
Метод | Описание | |
---|---|---|
Delete ( string url, string userName, string password, string content ) : |
||
GeoComWebClient ( ) : System | ||
GetCookie ( string url, string userName, string password ) : string | ||
OnGeoComResponseReceived ( object geoComWebClient, |
||
Post ( string url, string userName, string password, string contentType, string data ) : string |
Executes an HTTP POST command and retrives the information. This function will automatically include a "source" parameter if the "Source" property is set.
|
|
Put ( string url, string data ) : |
||
PutAsync ( string url, string data ) : void | ||
UploadFiles ( string url, string files ) : |
||
UploadFilesAsync ( string url, string files ) : void |
Метод | Описание | |
---|---|---|
GetResponseBack ( IAsyncResult asynchronousResult ) : void | ||
addHeaders ( ) : void | ||
copyStream ( Stream input, Stream output ) : void | ||
getByteArray ( Stream s ) : byte[] | ||
getFilesMemoryStream ( string files, string boundary ) : Stream | ||
getFilesMemoryStream ( Stream result, string files, string boundary ) : void | ||
getOverlayDictionary ( ) : string>.Dictionary |
||
getOverlayType ( string file ) : string | ||
getWildHeaders ( string filename, string boundary ) : string | ||
hasAuthenticationHeader ( ) : void |
public Delete ( string url, string userName, string password, string content ) : |
||
url | string | |
userName | string | |
password | string | |
content | string | |
Результат |
public GetCookie ( string url, string userName, string password ) : string | ||
url | string | |
userName | string | |
password | string | |
Результат | string |
public OnGeoComResponseReceived ( object geoComWebClient, |
||
geoComWebClient | object | |
response | ||
Результат | void |
public Post ( string url, string userName, string password, string contentType, string data ) : string | ||
url | string | The URL to perform the POST operation |
userName | string | The username to use with the request |
password | string | The password to use with the request |
contentType | string | |
data | string | The data to post |
Результат | string |
public Put ( string url, string data ) : |
||
url | string | |
data | string | |
Результат |
public PutAsync ( string url, string data ) : void | ||
url | string | |
data | string | |
Результат | void |
public UploadFiles ( string url, string files ) : |
||
url | string | |
files | string | |
Результат |
public UploadFilesAsync ( string url, string files ) : void | ||
url | string | |
files | string | |
Результат | void |