|
TcpInstLocalAddress Property
|
Hostname and port of the connection acceptor. The
default value is the FQDN and port 0, which means
the OS will choose the port.
Namespace:
OpenDDSharp.OpenDDS.DCPS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic string LocalAddress { get; set; }
Public Property LocalAddress As String
Get
Set
public:
property String^ LocalAddress {
String^ get ();
void set (String^ value);
}
member LocalAddress : string with get, set
Property Value
Type:
String
Remarks
If only the host is specifed and the port number is omitted,
the ':' is still required on the host specifer.
See Also