C# Class IronSmarkets.Sockets.SocketSettings

Afficher le fichier Open project: smarkets/IronSmarkets Class Usage Examples

Méthodes publiques

Méthode Description
SocketSettings ( string host, int port ) : System.Net.Security
SocketSettings ( string host, string hostname, int port, bool ssl, RemoteCertificateValidationCallback remoteSslCallback ) : System.Net.Security

Private Methods

Méthode Description
ValidateServerCertificate ( object sender, X509Certificate certficiate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

SocketSettings() public méthode

public SocketSettings ( string host, int port ) : System.Net.Security
host string
port int
Résultat System.Net.Security

SocketSettings() public méthode

public SocketSettings ( string host, string hostname, int port, bool ssl, RemoteCertificateValidationCallback remoteSslCallback ) : System.Net.Security
host string
hostname string
port int
ssl bool
remoteSslCallback RemoteCertificateValidationCallback
Résultat System.Net.Security