|
PhasorMeasurementMapperTcpClientPublishChannel Property
|
Gets or sets reference to TcpClient publication channel, attaching and/or detaching to events as needed.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax protected TcpClient TcpClientPublishChannel { get; set; }
Protected Property TcpClientPublishChannel As TcpClient
Get
Set
protected:
property TcpClient^ TcpClientPublishChannel {
TcpClient^ get ();
void set (TcpClient^ value);
}
member TcpClientPublishChannel : TcpClient with get, set
function get_TcpClientPublishChannel();
function set_TcpClientPublishChannel(value);
View SourceProperty Value
TcpClientSee Also