[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
This constructor is used to create an administrative
connection to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public Admin( string url, string userName, string password, Hashtable sslParams ) |
Public Sub New ( _ url As String, _ userName As String, _ password As String, _ sslParams As Hashtable _ ) |
public: Admin( String^ url, String^ userName, String^ password, Hashtable^ sslParams ) |
Parameters
- url
- Type: System..::.String
The URL of the server to administer.
- userName
- Type: System..::.String
Name of the administrator user.
- password
- Type: System..::.String
User password.
- sslParams
- Type: System.Collections..::.Hashtable
The parameters used for the SSL connection. See the documentation of the TIBCO.EMS.EMSSSL class for details of valid SSL parameters.
Remarks
Use this constructor if the connection to the server needs to use SSL.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |