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: 4.1.4031.1525
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class HostNamePort

The HostNamePort type exposes the following members.

Constructors
  NameDescription
Public methodHostNamePort
Initializes 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