|
DataSubscriberUseSimpleTcpClient Property
|
Gets or sets flag that determines if a
TcpSimpleClient should be used for connection.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool UseSimpleTcpClient { get; set; }
Public Property UseSimpleTcpClient As Boolean
Get
Set
public:
property bool UseSimpleTcpClient {
bool get ();
void set (bool value);
}
member UseSimpleTcpClient : bool with get, set
function get_UseSimpleTcpClient();
function set_UseSimpleTcpClient(value);
View SourceProperty Value
BooleanSee Also