WebCredentials(String, String) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public WebCredentials(
string username,
string password
)
Public Sub New (
username As String,
password As String
)
public:
WebCredentials(
String^ username,
String^ password
)
new :
username : string *
password : string -> WebCredentials
Параметры
- username
- Тип: SystemString
The username. - password
- Тип: SystemString
The password.
См. также