C# Class Mono.Security.Protocol.Tls.HttpsClientStream

Inheritance: SslClientStream
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
HttpsClientStream ( Stream stream, X509CertificateCollection clientCertificates, HttpWebRequest request, byte buffer ) : System

Private Methods

Méthode Description
RaiseServerCertificateValidation ( X509Certificate certificate, int certificateErrors ) : bool

Method Details

HttpsClientStream() public méthode

public HttpsClientStream ( Stream stream, X509CertificateCollection clientCertificates, HttpWebRequest request, byte buffer ) : System
stream Stream
clientCertificates System.Security.Cryptography.X509Certificates.X509CertificateCollection
request System.Net.HttpWebRequest
buffer byte
Résultat System