C-DEngine 5.105

WebSocket..::..Credentials Property

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

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

Syntax


public NetworkCredential Credentials { get; }
Public ReadOnly Property Credentials As NetworkCredential
	Get
public:
property NetworkCredential^ Credentials {
	NetworkCredential^ get ();
}

Field Value

A NetworkCredential that represents the credentials for the authentication. The default value is nullNothingnullptra null reference (Nothing in Visual Basic).