|
SubscriptionInfoDataChannelLocalPort Property
|
Gets or sets the port number that the UDP data channel binds to.
This value is only used when the subscriber requests a separate
UDP data channel.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public virtual int DataChannelLocalPort { get; set; }
Public Overridable Property DataChannelLocalPort As Integer
Get
Set
public:
virtual property int DataChannelLocalPort {
int get ();
void set (int value);
}
abstract DataChannelLocalPort : int with get, set
override DataChannelLocalPort : int with get, set
function get_DataChannelLocalPort();
function set_DataChannelLocalPort(value);
View SourceProperty Value
Int32See Also