C-DEngine 5.105

HttpDigestIdentity..::..Realm Property

Gets the realm parameter from the HTTP Digest authentication credentials.

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

Syntax


public string Realm { get; }
Public ReadOnly Property Realm As String
	Get
public:
property String^ Realm {
	String^ get ();
}

Field Value

A String that represents the realm parameter.