| 
            
              MultiProtocolFrameParserDataChannelIsServerBased Property
             | 
          
        
        
            Gets a boolean value that determines if data channel is defined as a server based connection.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic bool DataChannelIsServerBased { get; }Public ReadOnly Property DataChannelIsServerBased As Boolean
	Get
public:
property bool DataChannelIsServerBased {
	bool get ();
}member DataChannelIsServerBased : bool with get
function get_DataChannelIsServerBased();
 View SourceProperty Value
Boolean
See Also