Dart.Ftp Namespace > TcpSocketOption Class : OutOfBandInline Property |
<DefaultValueAttribute(False)> Public Property OutOfBandInline As Boolean
Dim instance As TcpSocketOption Dim value As Boolean instance.OutOfBandInline = value value = instance.OutOfBandInline
[DefaultValue(false)] public bool OutOfBandInline {get; set;}
[DefaultValue(false)] public: property bool OutOfBandInline { bool get(); void set ( bool value); }
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.