C# Class Gwupe.Cloud.Communication.WebSocketClientSSLConnection

Inheritance: Bauglir.Ex.WebSocketClientConnection
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode Description
WebSocketClientSSLConnection ( X509Certificate2 cacert, IWebSocketMessageHandler wsMessageHandler ) : System.Net.Security

Méthodes protégées

Méthode Description
ProcessTextFull ( string message ) : void
validateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

ProcessTextFull() protected méthode

protected ProcessTextFull ( string message ) : void
message string
Résultat void

WebSocketClientSSLConnection() public méthode

public WebSocketClientSSLConnection ( X509Certificate2 cacert, IWebSocketMessageHandler wsMessageHandler ) : System.Net.Security
cacert System.Security.Cryptography.X509Certificates.X509Certificate2
wsMessageHandler IWebSocketMessageHandler
Résultat System.Net.Security

validateServerCertificate() protected méthode

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
Résultat bool