Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpListenerBasicIdentity Constructor (String^, String^)

 

Initializes a new instance of the HttpListenerBasicIdentity class using the specified user name and password.

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

public:
HttpListenerBasicIdentity(
	String^ username,
	String^ password
)

Parameters

username
Type: System::String^

The user name.

password
Type: System::String^

The password.

This constructor is called by the HttpListener class when performing basic authentication.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft