Exemple #1
0
 public static HttpResponse Post(IPEndPoint endpoint,
                                 HttpHeader header,
                                 X509CertificateCollection x509certs)
 {
     return(InternalSslSocketHttp(HttpMethod.POST, endpoint, header, x509certs));
 }
Exemple #2
0
 public static HttpResponse Post(IPEndPoint endpoint,
                                 HttpHeader header)
 {
     return(Post(endpoint, header, null));
 }