Click or drag to resize

WebSocketSslConfiguration Property

Gets the configuration for secure connection.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ClientSslConfiguration SslConfiguration { get; }

Property Value

Type: ClientSslConfiguration
A ClientSslConfiguration that represents the configuration used to establish a secure connection.
Exceptions
ExceptionCondition
InvalidOperationException

This instance is not a client.

This instance does not use a secure connection.

Remarks
This configuration will be referenced when attempts to connect, so it must be configured before any connect method is called.
See Also