Click or drag to resize

WebSocketCredentials Property

Gets the credentials for the HTTP authentication (Basic/Digest).

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

Property Value

Type: NetworkCredential

A NetworkCredential that represents the credentials used to authenticate the client.

The default value is .

See Also