Click or drag to resize

HostNamePort Class

Represents a host name and port number pair.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsHostNamePort

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
[SerializableAttribute]
public class HostNamePort

The HostNamePort type exposes the following members.

Constructors
 NameDescription
Public methodHostNamePortInitializes a new instance of the HostNamePort class
Top
Properties
 NameDescription
Public propertyHostNameIP Gets or sets the host name or IP address.
Public propertyPort Gets or sets the host port number.
Top
Methods
 NameDescription
Public methodToString Creates and returns a string representation of the current HostNamePort object.
(Overrides ObjectToString)
Top
See Also