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