[Category("データ")] [Description("Gets or sets the maximum transfer rate of the component in bytes per second.")] [DefaultValue()] public int MaxRate {get; set;}
<CategoryAttribute("データ")> <DescriptionAttribute("Gets or sets the maximum transfer rate of the component in bytes per second.")> <DefaultValueAttribute()> Public Property MaxRate As Integer
デフォルト値は0で、使用可能な全帯域幅が使用されることを示します。
このプロパティはデータ転送速度を減速するために使用され、転送中に変更できます。
FtpSession クラス FtpSession メンバ
© 2002, GrapeCity inc. All rights reserved.