This class is used to maintain proprties for connecting to an MVSP server


The following tables list the members exposed by ConnectProperties.

Public Constructors

  Name Description
Public method ConnectProperties Creates connection properties object for specifying properties for connecting to host server
Top

Public Properties

  Name Description
Public property HostName Returns or sets string containing the hostname or TCP/IP address for connecting to host server
Public property HostPort Returns or sets integer containing the TCP/IP socket that the host server is listening on
Public property LicenseType Returns or sets an enumeration containing the licensing scheme (user, enterprise, or connection pool) when connecting to host server
Public property SslConnect Returns or sets boolean indicating use of SSL or telnet connection when connecting to host server
Public property UserName Returns or sets string containing the user name that you wish to connect as on the host server. The username must be an enabled MVSP user.
Public property UserPassword Returns or sets string containing the password for the supplied user name for connecting on host server
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also