Property | Type | Description | |
---|---|---|---|
DisposeHttpConnection | void | ||
GetEncodingFromContentType | System.Text.Encoding | ||
GetHttpConnection | Connection | ||
GetNewHttpConnection | Connection | ||
SetAuthorizationHeader | void |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
Dispatch ( |
||
Get ( String url ) : String | ||
Get ( String url, System encoding ) : String | ||
GetBytes ( String url ) : Byte[] | ||
GetResponse ( String url ) : |
||
HttpClient ( ) : System | ||
Post ( String url, Byte content ) : String | ||
Post ( String url, Stream content ) : String | ||
TryDispatch ( |
Method | Description | |
---|---|---|
GetConnection ( IPAddress host, |
||
NewConnection ( Binding binding ) : Connection |
Method | Description | |
---|---|---|
DisposeHttpConnection ( ) : void | ||
GetEncodingFromContentType ( String contentType ) : System.Text.Encoding | ||
GetHttpConnection ( System.Boolean enableSSL, String targetHost, |
||
GetNewHttpConnection ( String hostname, |
||
SetAuthorizationHeader ( |
public Dispatch ( |
||
request | ||
return |
public Get ( String url, System encoding ) : String | ||
url | String | |
encoding | System | |
return | String |
protected GetConnection ( IPAddress host, |
||
host | IPAddress | |
port | ||
return | Connection |
public GetResponse ( String url ) : |
||
url | String | |
return |
protected NewConnection ( Binding binding ) : Connection | ||
binding | Binding | |
return | Connection |
public Post ( String url, Byte content ) : String | ||
url | String | |
content | Byte | |
return | String |
public Post ( String url, Stream content ) : String | ||
url | String | |
content | Stream | |
return | String |
public TryDispatch ( |
||
request | ||
return |