Method | Description | |
---|---|---|
CreateStream ( string url, string postData, string encoding, string postencoding = "application/x-www-form-urlencoded", string uagent = null, |
||
Dispose ( ) : void | ||
Flush ( ) : void | ||
Get ( string url, string encoding, string uagent = null, |
||
GetAllCookiesFromHeader ( IEnumerable |
||
Post ( string url, string>.Dictionary |
||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConvertCookieArraysToCookieCollection ( |
||
ConvertCookieHeaderToArrayList ( IEnumerable |
||
PopulateHeaders ( |
public static CreateStream ( string url, string postData, string encoding, string postencoding = "application/x-www-form-urlencoded", string uagent = null, |
||
url | string | |
postData | string | |
encoding | string | |
postencoding | string | |
uagent | string | |
headers | ||
cookies | ||
timeout | int | |
redirect | bool | |
referer | string | |
proxy | IWebProxy | |
return | Task |
public static Get ( string url, string encoding, string uagent = null, |
||
url | string | |
encoding | string | |
uagent | string | |
headers | ||
cookies | ||
timeout | int | |
redirect | bool | |
referer | string | |
proxy | IWebProxy | |
return | Task |
public static GetAllCookiesFromHeader ( IEnumerable |
||
headers | IEnumerable |
|
strHost | string | |
return |
public static Post ( string url, string>.Dictionary |
||
url | string | |
postdata | string>.Dictionary | |
encoding | string | |
uagent | string | |
headers | ||
cookies | ||
timeout | int | |
redirect | bool | |
referer | string | |
proxy | IWebProxy | |
return | Task |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |