|   | 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
 Syntax
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();
Property Value
Boolean See Also
See Also