Click or drag to resize

HostConnectionSettings Properties

The HostConnectionSettings type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticateUser
Determines whether host allows to anonymous connections. If false, username and password will be used for authentication.
Public propertyEncryptConnection
Determines whether SSL connection should be used.
Public propertyHostName
Name of the host.
Public propertyPassword
Password required fro authentication.
Public propertyPort
Protocol port. It should be between 0 and 65535.
Public propertyUsername
Username required for authentication.
Top
See Also