Share via


HttpListenerRequest.IsAuthenticated Property

Gets a Boolean value that indicates whether the client sending this request is authenticated.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public bool IsAuthenticated { get; }

Property Value

false.

Remarks

Because authentication is not supported, returns false.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace