EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.Send

TElAS3Client     See also    


 

Sends the file or its part to the server.

 
 

Declaration

[C#]
    void Send(System.IO.Stream Stream, string FileName, long StartPos, long EndPos, bool Append, long RestartFrom /* = 0 */);
    void Send(System.IO.Stream Stream, string FileName, long RestartFrom /* = 0 */);
    void Send(System.IO.Stream Stream, string FileName);

[VB.NET]
    Sub Send(ByVal Stream As System.IO.Stream, ByVal FileName As String, ByVal StartPos As Long, ByVal EndPos As Long, ByVal Append As Boolean, ByVal RestartFrom As Long = 0)
    Sub Send(ByVal Stream As System.IO.Stream, ByVal FileName As String, ByVal RestartFrom As Long = 0)
    Sub Send(ByVal Stream As System.IO.Stream, ByVal FileName As String)

[Pascal]
    procedure Send(Stream : TStream; const FileName : string; StartPos, EndPos : int64; Append : boolean; RestartFrom : Int64 = 0);
    procedure Send(Stream : TStream; const FileName : string; RestartFrom : Int64 = 0);
    procedure Send(Stream : TStream; const FileName : string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Stream - stream with the file
  • FileName - file name
  • StartPos - start offset of the segment
  • EndPos - end offset of the segment
  • Append - specifies if data have to be append to the end of file
  • RestartFrom - position from which the recording must be restarted
 
 

Description

    Use this method to send file or its part to the server.

 
 

See also:     Receive    

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