|   | IChannelFrameParsingStateTTrustHeaderLength Property | 
        
        
            Gets or sets flag that determines if header lengths should be trusted over parsed byte count.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxbool TrustHeaderLength { get; set; }Property TrustHeaderLength As Boolean
	Get
	Set
property bool TrustHeaderLength {
	bool get ();
	void set (bool value);
}abstract TrustHeaderLength : bool with get, set
function get_TrustHeaderLength();
function set_TrustHeaderLength(value);
Property Value
Boolean Remarks
Remarks
            It is expected that this will normally be left as true.
            
 See Also
See Also