| 
            
              ClientConnectionGetCommandChannelSocket Method
             | 
          
        
        
            Gets the Socket instance used by this client
            connection to send and receive data over the command channel.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic Socket GetCommandChannelSocket()
Public Function GetCommandChannelSocket As Socket
public:
Socket^ GetCommandChannelSocket()
member GetCommandChannelSocket : unit -> Socket 
function GetCommandChannelSocket();
 View SourceReturn Value
SocketThe socket instance used by the client to send and receive data over the command channel.
See Also