C-DEngine 5.105

WebSocket..::..SslConfiguration Property

Gets or sets the SSL configuration used to authenticate the server and optionally the client for secure connection.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public ClientSslConfiguration SslConfiguration { get; set; }
Public Property SslConfiguration As ClientSslConfiguration
	Get
	Set
public:
property ClientSslConfiguration^ SslConfiguration {
	ClientSslConfiguration^ get ();
	void set (ClientSslConfiguration^ value);
}

Field Value

A ClientSslConfiguration that represents the configuration used to authenticate the server and optionally the client for secure connection, or nullNothingnullptra null reference (Nothing in Visual Basic) if the WebSocket is used in a server.