C-DEngine 5.105

HttpBasicIdentity..::..Password Property

Gets the password from the HTTP Basic authentication credentials.

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

Syntax


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

Field Value

A String that represents the password.