메소드 | 설명 | |
---|---|---|
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 static ReadContent ( |
||
response | ||
rsp | ||
리턴 | byte[] |
public SetContent ( byte content, string encoding, FormatType format ) : void | ||
content | byte | |
encoding | string | |
format | FormatType | |
리턴 | void |