HostConnectionSettings Class
Class which stores information necessary to connect to the network host.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public class HostConnectionSettings
- Inheritance
- Object HostConnectionSettings
- Derived
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.
|