EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASMessage.OnHeaderParsed

TElASMessage     See also    


 

This event occurs when a header is parsed.

 
 

Declaration

[C#]
    event TSBASHeaderEvent OnHeaderParsed;
    delegate void TSBASHeaderEvent(object Sender, TElMessageHeader Header, TSBASHeaderScopes Scopes);

    TSBASHeaderScopes represents a bit mask which contains zero or more bit flags as defined by TSBASHeaderScope

[VB.NET]
    Event OnHeaderParsed As TSBASHeaderEvent
    Delegate Sub TSBASHeaderEvent(ByVal Sender As Object, ByVal Header As TElMessageHeader, ByVal Scopes As TSBASHeaderScopes)

    TSBASHeaderScopes represents a bit mask which contains zero or more bit flags as defined by TSBASHeaderScope

[Pascal]
    property OnHeaderParsed : TSBASHeaderEvent;
    TSBASHeaderEvent = procedure(Sender: Object; Header : TElMessageHeader; Scopes : TSBASHeaderScopes) of object;

    TSBASHeaderScopes = set of TSBASHeaderScope;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Header - contains the header that is being parsed
  • Scopes - contains header scopes
 
 

Header scopes:

[.NET] [Pascal] Description
1 hsMessage the header is a main message header
2 hsEncryption the header is a main header of an encrypted message (appears only with hsMessage)
4 hsEncrypted the header is encrypted (appears for hsSignature, hsSigned, hsData, and hsSignatureData scopes in an encrypted message)
8 hsSignature the header is a main signature header (appears with hsMessage if the message is not encrypted, and with hsEncrypted if the message is encrypted)
16 hsSigned the header is signed (appears only with hsData in a signed message, and with hsEncrypted in encrypted and signed message)
32 hsData the header is a data header
64 hsReceipt the header is a receipt header
128 hsText the header is a text header
256 hsDisposition the header contains disposition information
512 hsSignatureData the header is a signature data header (appears with hsEncrypted in an signed and encrypted message, or itself in signed not encrypted message)
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Description

    This event is fired by TElASMessage when a header is parsed. It allows to read custom fields.

 
 

See also:     OnHeaderAssembled    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation