Method | Description | |
---|---|---|
EscapeHttpUrl ( string host, string path, bool https ) : string | ||
EscapeHttpUrl ( string host, string path, bool https, string user, string password ) : string | ||
GetRequestHeader ( |
||
SetAuthHeader ( string>.Dictionary |
Method | Description | |
---|---|---|
GetHttpProtocol ( bool https ) : string | ||
GetPath ( string path ) : string |
public static EscapeHttpUrl ( string host, string path, bool https ) : string | ||
host | string | |
path | string | |
https | bool | |
return | string |
public static EscapeHttpUrl ( string host, string path, bool https, string user, string password ) : string | ||
host | string | |
path | string | |
https | bool | |
user | string | |
password | string | |
return | string |
public static GetRequestHeader ( |
||
wwwForm | ||
return | string |
public static SetAuthHeader ( string>.Dictionary |
||
headers | string>.Dictionary | |
user | string | |
password | string | |
return | void |