Udostępnij za pośrednictwem


HttpListenerBasicIdentity(String, String) Konstruktor

Definicja

Inicjuje HttpListenerBasicIdentity nowe wystąpienie klasy przy użyciu określonej nazwy użytkownika i hasła.

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)

Parametry

username
String

Nazwa użytkownika.

password
String

Hasło.

Uwagi

Ten konstruktor jest wywoływany przez klasę podczas przeprowadzania HttpListener uwierzytelniania podstawowego.

Dotyczy