Click or drag to resize

SettingsUDPDataChannelPort Property

.NET STTP API
Gets or sets the desired UDP port to use for publication. Zero value means do not receive data on UDP, i.e., data will be delivered to the STTP client via TCP.

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

Property Value

UInt16
See Also