Method | Description | |
---|---|---|
CheckValidationResult ( object sender, |
||
Get ( string url ) : string |
处理http GET请求,返回数据
|
|
Post ( string xml, string url, bool isUseCert, int timeout ) : string |
public static CheckValidationResult ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
errors | SslPolicyErrors | |
return | bool |
public static Get ( string url ) : string | ||
url | string | 请求的url地址 |
return | string |
public static Post ( string xml, string url, bool isUseCert, int timeout ) : string | ||
xml | string | |
url | string | |
isUseCert | bool | |
timeout | int | |
return | string |