ILdapContextSetHostConnection - метод
Добавляет в набор соединение с AD/LDAP.
Пространство имён: Tessa.Extensions.Platform.Server.LdapСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
void SetHostConnection(
string? url,
int port,
AdConnection connection
)
Sub SetHostConnection (
url As String,
port As Integer,
connection As AdConnection
)
void SetHostConnection(
String^ url,
int port,
AdConnection^ connection
)
abstract SetHostConnection :
url : string *
port : int *
connection : AdConnection -> unit
Параметры
- url String
- URL хоста или , если URL не задан.
- port Int32
- Номер порта.
- connection AdConnection
- Соединение с AD/LDAP.