Dart.Mail 名前空間 > TcpSocketOption クラス : 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に設定すると、この緊急データがインラインで読み取られます。 相互運用性の問題を最小限に抑えるため、既存サービスとの相互運用に必要である場合を除き、帯域外データは使用しないことを推奨します。