Click or drag to resize

HttpListenerUnsafeConnectionNtlmAuthentication 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:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool UnsafeConnectionNtlmAuthentication { get; set; }

Property Value

Type: Boolean
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.
See Also