PowerTCP Telnet for .NET
OutOfBandInline Property




Syntax
<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 get_OutOfBandInline();
public: __property void set_OutOfBandInline( 
   bool value
);
[DefaultValue(false)]
public:
property bool OutOfBandInline {
   bool get();
   void set (    bool value);
}
See Also

Reference

TcpSocketOption Class
TcpSocketOption Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic