Click or drag to resize

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
Syntax
public string LocalAddress { 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