Click or drag to resize

ClientSslConfigurationTargetHost Property

Gets or sets the target host server name.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string TargetHost { get; set; }

Property Value

Type: String

A String or if not specified.

That string represents the name of the server that will share a secure connection with a client.

See Also