HttpListenerBasicIdentity(String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的用户名和密码初始化 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 类会调用此构造函数。