Host ClassIpswitch.Messaging.Framework
Represents a host on the system.
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkHost

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class Host

The Host type exposes the following members.

Constructors

  NameDescription
Public methodHost
Initializes a new instance of the Host class, which represents a specific host on the system.
Top
Methods

  NameDescription
Public methodDelete
Removes the User from its Host's user data store.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
Adds or updates the Host in the system's host data store.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDisabled
Public propertyDisplayName
Gets or sets a string containing a friendly name that represents this Host.
Public propertyExists
Gets a value that indicates whether this Host exists in the system's host data store.
Public propertyGateway
Gets or sets the host's gateway
Public propertyHostAliases
Gets or sets a list of strings containing additional names that this Host may be identified by. These aliases can also be used as the domain-part of any email addresses that refer to users of this Host.
Public propertyHostName
Gets or sets a string which acts as an official unique identifier string for this Host. The HostName can also be used as the domain-part of any email addresses that refer to users of this Host.
Public propertyId
Gets or sets a unique identifier for this Host.
Public propertyIpAddress
Gets or sets a network address that is used by this Host. Setting this value to IPAddress.None or IPAddress.IPv6None indicates that this Host is using a virtual address.
Public propertyIsVirtual
Gets or sets a value that indicates whether the IP Address assigned to this Host is virtual or not.
Public propertyMessagingSystem
Gets or sets the MessagingSystem instance that owns this Host.
Public propertyOriginalHostName
Gets the HostName that was originally loaded when this Host instance was created.
Public propertyPasswordRecovery
Public propertySettings
Gets an object that provides access to Settings for this Host.
Public propertyTopDirectory
Gets or set the host's top directory file system path
Public propertyUserDataStoreType
Gets a value that indicates what type of storage mechanism is being used to hold user information.
Public propertyUsers
Gets an object that provides access to Users belonging to this Host.
Top
See Also

Reference