GrapeCity Secure Mail for .NET 4.0J
OutOfBandInline プロパティ

帯域外(緊急)データを通常のインラインデータとして読み取るかどうかを示す値を取得または設定します。
シンタックス
<DescriptionAttribute("Gets or sets a value that indicates whether out-of-band (urgent) data will be read as normal in-line data.")>
<DefaultValueAttribute()>
Public Property OutOfBandInline As Boolean
[Description("Gets or sets a value that indicates whether out-of-band (urgent) data will be read as normal in-line data.")]
[DefaultValue()]
public bool OutOfBandInline {get; set;}

プロパティ値

緊急データを通常のインラインデータとして読み取る場合はtrue。それ以外の場合はfalse。デフォルト値はfalseです。
解説

"緊急"ソケットフラグが設定されているとき、そのパケットには"緊急でない"データよりも前に処理すべきデータが含まれます。 このプロパティをtrueに設定すると、この緊急データがインラインで読み取られます。 相互運用性の問題を最小限に抑えるため、既存サービスとの相互運用に必要である場合を除き、帯域外データは使用しないことを推奨します。

参照

参照

TcpSocketOption クラス
TcpSocketOption メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.