Click or drag to resize

ClientConnectionGetCommandChannelSocket Method

Gets the Socket instance used by this client connection to send and receive data over the command channel.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public Socket GetCommandChannelSocket()
View Source

Return Value

Socket
The socket instance used by the client to send and receive data over the command channel.
See Also