Method | Description | |
---|---|---|
CheckValidationResult ( object sender, |
||
GetResponse ( HttpRequest request ) : |
||
GetWebRequest ( HttpRequest request ) : |
||
HttpResponse ( ) : System | ||
HttpResponse ( string strUrl ) : System | ||
ReadContent ( |
||
SetContent ( byte content, string encoding, FormatType format ) : void | ||
isSuccess ( ) : bool |
Method | Description | |
---|---|---|
PasrseHttpResponse ( |
public static CheckValidationResult ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
errors | SslPolicyErrors | |
return | bool |
public static GetResponse ( HttpRequest request ) : |
||
request | HttpRequest | |
return |
public static GetWebRequest ( HttpRequest request ) : |
||
request | HttpRequest | |
return |
public HttpResponse ( string strUrl ) : System | ||
strUrl | string | |
return | System |
public static ReadContent ( |
||
response | ||
rsp | ||
return | byte[] |
public SetContent ( byte content, string encoding, FormatType format ) : void | ||
content | byte | |
encoding | string | |
format | FormatType | |
return | void |