HttpListenerSslConfiguration Property |
Gets or sets the SSL configuration used to authenticate the server and
optionally the client for secure connection.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public ServerSslConfiguration SslConfiguration { get; set; }
Property Value
Type:
ServerSslConfiguration
A
ServerSslConfiguration that represents the configuration used to
authenticate the server and optionally the client for secure connection.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
This listener has been closed.
|
See Also