FTPClientConnection100Class.ChunkSize 属性

定义

public:
 virtual property int ChunkSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(8)]
public virtual int ChunkSize { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.ChunkSize : int with get, set
Public Overridable Property ChunkSize As Integer

属性值

数据传输的数据量(以字节为单位)。

实现

属性

适用于