C-DEngine 5.105

HttpDigestIdentity..::..Nc Property

Gets the nc parameter from the HTTP Digest authentication credentials.

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

Syntax


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

Field Value

A String that represents the nc parameter.