Click or drag to resize

WebSocketServerSslConfiguration Property

Gets the configuration for secure connection.

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

Property Value

Type: ServerSslConfiguration
A ServerSslConfiguration that represents the configuration used to provide secure connections.
Exceptions
ExceptionCondition
InvalidOperationException This instance does not provide secure connections.
Remarks
This configuration will be referenced when attempts to start, so it must be configured before the start method is called.
See Also