Click or drag to resize

UdpInstLocalAddress Property

Hostname and port of the listening socket. Defaults to a value picked by the underlying OS.

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