Click or drag to resize

TcpInstPublicAddress Property

Override the address sent to peers with the confgured string.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public string PublicAddress { get; set; }

Property Value

Type: String
Remarks
Usually this is the same as the local address, but if a public address is explicitly specified, use that. This can be used for frewall traversal and other advanced network confgurations.
See Also