An NDoc Documented Class Library

MsgFactory.RetrieveConnectionFactory Method (String, String, String, String)

Get an instance of a ConnectionFactory from LDAP.

public static IConnectionFactory RetrieveConnectionFactory(
   string bindingName,
   string ldapUrl,
   string userName,
   string password
);

Parameters

bindingName
The LDAP binding name from which the connection factory definition is obtained.
ldapUrl
The url to the LDAP where the administred objects are stored.
userName
The user name of the LDAP.
password
The password.

Return Value

A new ConnectionFactory

See Also

MsgFactory Class | webMethods.Msg Namespace | MsgFactory.RetrieveConnectionFactory Overload List