Sdílet prostřednictvím


HttpListenerBasicIdentity(String, String) Konstruktor

Definice

Inicializuje novou instanci HttpListenerBasicIdentity třídy pomocí zadaného uživatelského jména a hesla.

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

Uživatelské jméno.

password
String

Heslo.

Poznámky

Tento konstruktor je volána HttpListener třídou při provádění základního ověřování.

Platí pro