EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.Receive

TElAS3Client     See also    


 

This method receives file or its part

 
 

Declaration

[C#]
    void Receive(string Filename, long StartPos, long EndPos);
    void Receive(string Filename, System.IO.Stream Stream, long StartPos, long EndPos);

[VB.NET]

    Sub Receive(ByVal Filename As String, ByVal StartPos As Long, ByVal EndPos As Long)
    Sub Receive(ByVal Filename As String, ByVal Stream As System.IO.Stream, ByVal StartPos As Long, ByVal EndPos As Long)

[Pascal]
    procedure Receive(const Filename : string);
    procedure Receive(const Filename : string; Stream : TStream);
    procedure Receive(const Filename : string; StartPos : Int64 = 0; EndPos : Int64 = 0);
    procedure Receive(const Filename : string; Stream : TStream; StartPos : Int64 = 0; EndPos : Int64 = 0);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • FileName - file name
  • Stream - stream where file to be placed
  • StartPos - necessary segment start offset.
  • EndPos - necessary segment end offset.
 
 

Description

    Use this method to receive file or its part from the server.

 
 

See also:     Send

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