PowerTCP Telnet for .NET
NoDelay Property




Syntax
<DefaultValueAttribute(False)>
Public Property NoDelay As Boolean
Dim instance As TcpSocketOption
Dim value As Boolean
 
instance.NoDelay = value
 
value = instance.NoDelay
[DefaultValue(false)]
public bool NoDelay {get; set;}
[DefaultValue(false)]
public: __property bool get_NoDelay();
public: __property void set_NoDelay( 
   bool value
);
[DefaultValue(false)]
public:
property bool NoDelay {
   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