C-DEngine 5.105

HttpDigestIdentity..::..Response Property

Gets the response parameter from the HTTP Digest authentication credentials.

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

Syntax


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

Field Value

A String that represents the response parameter.