[This is preliminary documentation and is subject to change.]
Namespace: NFX.WebAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool UseNagleAlgorithm { get; private set; }
[ConfigAttribute]
public bool UseNagleAlgorithm { get; private set; }
<ConfigAttribute>
Public Property UseNagleAlgorithm As Boolean
Get
Private Set
<ConfigAttribute>
Public Property UseNagleAlgorithm As Boolean
Get
Private Set
public:
[ConfigAttribute]
property bool UseNagleAlgorithm {
bool get ();
private: void set (bool value);
}
public:
[ConfigAttribute]
property bool UseNagleAlgorithm {
bool get ();
private: void set (bool value);
}
[<ConfigAttribute>]
member UseNagleAlgorithm : bool with get, private set
[<ConfigAttribute>]
member UseNagleAlgorithm : bool with get, private set
Property Value
Type:
Boolean