EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.BufferSize

TElAS3SocketOptions    


 

Specifies the size of data channel chunk

 
 

Declaration

[C#]
    int BufferSize;

[VB.NET]
    Property BufferSize As Integer

[Pascal]
    property BufferSize: Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the size of the chunk used during data transfer. Changing the chunk size may increase (or, on the contrary, decrease) the speed of file download/upload.
    Default value is 1024 bytes.

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