Click or drag to resize

HostConnectionSettings Class

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class HostConnectionSettings

The HostConnectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodHostConnectionSettings
Initializes a new instance of the HostConnectionSettings class
Top
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
Extension Methods
See Also