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 public bool UnsafeConnectionNtlmAuthentication { get; set; }
Property Value
Type:
Booleantrue if the authentication information of first request is used;
otherwise,
false.
Exceptions Exception | Condition |
---|
NotSupportedException |
Any use of this property.
|
Remarks
This property isn't currently supported and always throws
a NotSupportedException.
See Also