Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
PasrseHttpResponse ( |
public static CheckValidationResult ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
errors | SslPolicyErrors | |
Результат | bool |
public static GetResponse ( HttpRequest request ) : |
||
request | HttpRequest | |
Результат |
public static GetWebRequest ( HttpRequest request ) : |
||
request | HttpRequest | |
Результат |
public HttpResponse ( string strUrl ) : System | ||
strUrl | string | |
Результат | System |
public static ReadContent ( |
||
response | ||
rsp | ||
Результат | byte[] |
public SetContent ( byte content, string encoding, FormatType format ) : void | ||
content | byte | |
encoding | string | |
format | FormatType | |
Результат | void |