C-DEngine 5.105

ClientSslConfiguration..::..TargetHost Property

Gets or sets the name of the server that shares a secure connection.

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

Syntax


public string TargetHost { get; set; }
Public Property TargetHost As String
	Get
	Set
public:
property String^ TargetHost {
	String^ get ();
	void set (String^ value);
}

Field Value

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