Click or drag to resize

HostNamePortToString Method

Creates and returns a string representation of the current HostNamePort object.

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public override string ToString()

Return Value

String
A string representation of the current object.
Remarks
The format is "hostname:port".
See Also