C-DEngine 5.105

HttpDigestIdentity..::..Opaque Property

Gets the opaque parameter from the HTTP Digest authentication credentials.

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

Syntax


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

Field Value

A String that represents the opaque parameter.