HostConnectionSettings Class

Class which stores information necessary to connect to the network host.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class HostConnectionSettings
Inheritance
Object    HostConnectionSettings
Derived

Constructors

HostConnectionSettingsInitializes a new instance of the HostConnectionSettings class

Properties

AuthenticateUser Determines whether host allows to anonymous connections. If false, username and password will be used for authentication.
EncryptConnection Determines whether SSL connection should be used.
HostName Name of the host.
Password Password required fro authentication.
Port Protocol port. It should be between 0 and 65535.
Username Username required for authentication.

Extension Methods

See Also