Click or drag to resize

NetworkCredentialDomain Property

Gets the domain associated with the credentials.

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

Property Value

Type: String
A String that represents the domain name to which the username belongs.
Remarks
This property returns an empty string if the domain was initialized with .
See Also