Delegate TcpSocket.ClientSslAuthenticateDelegate
Authenticates an SSL stream as a client.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate void ClientSslAuthenticateDelegate(SslStream sslStream, string targetHost, SslProtocols enabledSslProtocols);
Parameters
Type | Name | Description |
---|---|---|
System. |
sslStream | The SSL stream. |
System. |
targetHost | The target host. |
System. |
enabledSslProtocols | The enabled SSL protocols. |