Visual Basic (Declaration) | |
---|---|
<CompilerGeneratedAttribute()> Public Property NoDelay As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CompilerGeneratedAttribute()] public bool NoDelay {get; set;} |
C++/CLI | |
---|---|
[CompilerGeneratedAttribute()] public: property bool NoDelay { bool get(); void set (bool value); } |
Return Value
true
if disable the Nagle algorithm; otherwise, false
.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family