| 
            
              TlsClientPayloadEndianOrder Property
             | 
          
        
        
            Gets or sets the endian order to apply for encoding and decoding payload size in a 
PayloadAware transmission.
            
 
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
Syntaxfunction get_PayloadEndianOrder();
function set_PayloadEndianOrder(value);
 View SourceProperty Value
EndianOrder
Remarks
            Setting property to null will force use of little-endian encoding.
            
See Also