Method | Description | |
---|---|---|
SocketSettings ( string host, int port ) : System.Net.Security | ||
SocketSettings ( string host, string hostname, int port, bool ssl, RemoteCertificateValidationCallback remoteSslCallback ) : System.Net.Security |
Method | Description | |
---|---|---|
ValidateServerCertificate ( object sender, |
public SocketSettings ( string host, int port ) : System.Net.Security | ||
host | string | |
port | int | |
return | System.Net.Security |
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 | |
return | System.Net.Security |