C# 클래스 Mono.Security.Protocol.Tls.HttpsClientStream

상속: SslClientStream
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
HttpsClientStream ( Stream stream, X509CertificateCollection clientCertificates, HttpWebRequest request, byte buffer ) : System

비공개 메소드들

메소드 설명
RaiseServerCertificateValidation ( X509Certificate certificate, int certificateErrors ) : bool

메소드 상세

HttpsClientStream() 공개 메소드

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
리턴 System