PowerTCP Mail for .NET
OutOfBandInline Property




Gets or sets a value that indicates whether out-of-band (urgent) data is read as normal in-line data.
Syntax
<DefaultValueAttribute()>
Public Property OutOfBandInline As Boolean
Dim instance As TcpSocketOption
Dim value As Boolean
 
instance.OutOfBandInline = value
 
value = instance.OutOfBandInline
[DefaultValue()]
public bool OutOfBandInline {get; set;}
[DefaultValue()]
public: __property bool get_OutOfBandInline();
public: __property void set_OutOfBandInline( 
   bool value
);
[DefaultValue()]
public:
property bool OutOfBandInline {
   bool get();
   void set (    bool value);
}

Property Value

True if urgent data is to be read as normal in-line data, otherwise false. The default value is false.
Remarks

When the "urgent" socket flag is set, the packet contains data that should be acted upon before "non-urgent" data. Setting this property to true will cause this urgent data to be read in-line. To minimize interoperability problems, developers are advised not to use out-of-band data unless it is required to interoperate with an existing service.

See Also

Reference

TcpSocketOption Class
TcpSocketOption Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic