C-DEngine 5.105

HttpListener..::..UnsafeConnectionNtlmAuthentication Property

Gets or sets a value indicating whether, when NTLM authentication is used, the authentication information of first request is used to authenticate additional requests on the same connection.

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

Syntax


public bool UnsafeConnectionNtlmAuthentication { get; set; }
Public Property UnsafeConnectionNtlmAuthentication As Boolean
	Get
	Set
public:
property bool^ UnsafeConnectionNtlmAuthentication {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the authentication information of first request is used; otherwise, false.

Exceptions


ExceptionCondition
NotSupportedException Any use of this property.

Remarks


This property isn't currently supported and always throws a NotSupportedException.