HostIntegratorSession.ConnectToSessionViaDomain Method (String, String, String, String, String)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.ConnectToSessionViaDomain Method (String, String, String, String, String)

Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool. The connection is made using the specified AADS server and Host Integrator domain. This version of ConnectToSessionViaDomain presents a user ID and a password, to establish authorization on the Host Integrator server.

[Visual Basic]Overloads Public Sub ConnectToSessionViaDomain( _
   ByVal directoryServer As String, _
   ByVal domainName As String, _
   ByVal sessionPool As String, _
   ByVal userID As String, _
   ByVal password As String _
)
[C#]
public void ConnectToSessionViaDomain(
   string directoryServer,
   string domainName,
   string sessionPool,
   string userID,
   string password
);

Parameters

directoryServer
Specifies a Host Integrator authentication and authorization directory server (AADS).
domainName
Specifies a Host Integrator domain.
sessionPool
Specifies a Host Integrator session pool.
userID
Specifies a user ID to present to the Host Integrator server.
password
Specifies a password to present to the Host Integrator server.

Remarks

Reasons for failure include:

  • Unable to locate Host Integrator domain server.
  • Unable to locate AADS server.
  • Invalid session name.
  • Invalid userID or password.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.ConnectToSessionViaDomain Overload List