C-DEngine 5.105

ClientSslConfiguration Constructor (String)

Initializes a new instance of the ClientSslConfiguration class with the specified targetHost.

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

Syntax


public ClientSslConfiguration(
	string targetHost
)
Public Sub New ( _
	targetHost As String _
)
public:
ClientSslConfiguration(
	String^ targetHost
)

Parameters

targetHost
Type: String
A String that represents the name of the server that shares a secure connection.