Click or drag to resize

SettingsUDPDataChannelInterface Property

.NET STTP API
Gets or sets the desired UDP binding interface to use for publication. Empty string means to bind to same interface as TCP command channel.

Namespace: sttp
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public string UDPDataChannelInterface { get; set; }
Request Example View Source

Property Value

String
See Also