Discuss this help topic in SecureBlackbox Forum

TElDomainKeysVerifier.ProcessMessage

TElDomainKeysVerifier     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Processes message from the stream.

Declaration

[C#]
    int ProcessMessage(System.IO.Stream Stream);

[VB.NET]
    Function ProcessMessage(ByVal Stream As System.IO.Stream) As Integer

[Pascal]
    function ProcessMessage(Stream: TElNativeStream): Integer;

[C++]
    int32_t ProcessMessage(TStream &Stream);
    int32_t ProcessMessage(TStream *Stream);

[PHP]
    integer ProcessMessage(TStream $Stream)

[Java]
    int processMessage(TElStream Stream);

Parameters

  • Stream - stream with the message

Return value

    Error code.

Values of error codes:

Description

    This methodis the alternative for ProcessHeader / ProcessBodyLine pair.

See also:     ProcessBodyLine     ProcessHeader    

Discuss this help topic in SecureBlackbox Forum