HttpListenerBasicIdentity(String, String) 构造函数

定义

使用指定的用户名和密码初始化 HttpListenerBasicIdentity 类的新实例。

public:
 HttpListenerBasicIdentity(System::String ^ username, System::String ^ password);
public HttpListenerBasicIdentity (string username, string password);
new System.Net.HttpListenerBasicIdentity : string * string -> System.Net.HttpListenerBasicIdentity
Public Sub New (username As String, password As String)

参数

username
String

用户名。

password
String

密码。

注解

执行基本身份验证时, HttpListener 类会调用此构造函数。

适用于