EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileTSPServer.LoadRequestFromStream

TElFileTSPServer     See also    


 

Loads request from the stream.

 
 

Declaration

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

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

[Pascal]
    function LoadRequestFromStream(Stream: TStream): Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Stream - stream with request
 
 

Return value

    TSP error code

 
 

TSP error code values:

Definition Value Description
SB_TSP_ERROR_ABORTED 83969 (0x14801) operation aborted
SB_TSP_ERROR_NO_REPLY 83970 (0x14802) no reply from server
SB_TSP_ERROR_NO_PARAMETERS 83971 (0x14803) no parameters
SB_TSP_ERROR_NO_CERTIFICATES 83972 (0x14804) no certificates
SB_TSP_ERROR_WRONG_DATA 83973 (0x14805) invalid response data
SB_TSP_ERROR_WRONG_IMPRINT 83974 (0x14806) wrong message imprint
SB_TSP_ERROR_WRONG_NONCE 83975 (0x14807) wrong nonce from server
SB_TSP_ERROR_UNEXPECTED_CERTIFICATES 83976 (0x14808) unexpected certificates
Declared in
[.NET] [Pascal]
Namespace: SBTSPCommon
Assembly: SecureBlackbox
Unit: SBTSPCommon

 
 

Description

    Use this method to load the request from the stream and process it.

 
 

See also:     SaveReplyToStream    

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