C# 클래스 Gwupe.Cloud.Communication.WebSocketClientSSLConnection

상속: Bauglir.Ex.WebSocketClientConnection
파일 보기 프로젝트 열기: gwupe/Gwupe

공개 메소드들

메소드 설명
WebSocketClientSSLConnection ( X509Certificate2 cacert, IWebSocketMessageHandler wsMessageHandler ) : System.Net.Security

보호된 메소드들

메소드 설명
ProcessTextFull ( string message ) : void
validateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

ProcessTextFull() 보호된 메소드

protected ProcessTextFull ( string message ) : void
message string
리턴 void

WebSocketClientSSLConnection() 공개 메소드

public WebSocketClientSSLConnection ( X509Certificate2 cacert, IWebSocketMessageHandler wsMessageHandler ) : System.Net.Security
cacert System.Security.Cryptography.X509Certificates.X509Certificate2
wsMessageHandler IWebSocketMessageHandler
리턴 System.Net.Security

validateServerCertificate() 보호된 메소드

protected validateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
sslPolicyErrors SslPolicyErrors
리턴 bool