Share via


HttpListenerRequest.Credentials Property

Gets the user's network credentials, if the user has sent a user name and password.

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

Syntax

public NetworkCredential Credentials { get; }

Property Value

The user's network credentials, if the user has sent a user name and password.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace