HostConnectionSettings Class |
Namespace: FileHold.LibraryManager
public class HostConnectionSettings
The HostConnectionSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | HostConnectionSettings | Initializes a new instance of the HostConnectionSettings class |
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | ConvertT | (Defined by ObjectExtension.) |
![]() | ToJson | (Defined by ObjectExtension.) |