Overload List

  NameDescription
Create()()()
This constructor is used for Host Based Setup configuration.
Create(ConnectionInfo)
Note: Create Method with ConnectionInfo has been deprecated. Use CreateEX instead. This is the default way to create an AMT Instance object, where all that is passed is the connection information and the library chooses the transport mechanism.
Create(ConnectionInfo, String)
Note: Create Method with ConnectionInfo has been deprecated. Use CreateEX instead. Create a connection that uses a specified transport.
Create(ConnectionInfo, String, String)
Note: Create Method with ConnectionInfo has been deprecated. Use CreateEX instead. Create a connection using the specified transport and the specified certificate password.

See Also