GrapeCity Secure FTP for .NET 4.0J
MaxRate プロパティ

Ftpコンポーネントの最大転送速度(バイト/秒単位)を取得または設定します。
シンタックス
<CategoryAttribute("データ")>
<DescriptionAttribute("Gets or sets the maximum transfer rate of the component in bytes per second.")>
<DefaultValueAttribute()>
Public Property MaxRate As Integer
[Category("データ")]
[Description("Gets or sets the maximum transfer rate of the component in bytes per second.")]
[DefaultValue()]
public int MaxRate {get; set;}

プロパティ値

目的の転送速度(バイト/秒単位)を示す整数値。デフォルトは0です。
解説

デフォルト値は0で、使用可能な全帯域幅が使用されることを示します。

このプロパティはデータ転送速度を減速するために使用され、転送中に変更できます。

参照

関連項目

FtpSession クラス
FtpSession メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.