[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = true)]
public bool KeepAlive { get; set; }
[ConfigAttribute(Default = true)]
public bool KeepAlive { get; set; }
<ConfigAttribute(Default := true)>
Public Property KeepAlive As Boolean
Get
Set
<ConfigAttribute(Default := true)>
Public Property KeepAlive As Boolean
Get
Set
public:
[ConfigAttribute(Default = true)]
virtual property bool KeepAlive {
bool get () sealed;
void set (bool value) sealed;
}
public:
[ConfigAttribute(Default = true)]
virtual property bool KeepAlive {
bool get () sealed;
void set (bool value) sealed;
}
[<ConfigAttribute(Default = true)>]
abstract KeepAlive : bool with get, set
[<ConfigAttribute(Default = true)>]
override KeepAlive : bool with get, set
[<ConfigAttribute(Default = true)>]
abstract KeepAlive : bool with get, set
[<ConfigAttribute(Default = true)>]
override KeepAlive : bool with get, set
Property Value
Type:
BooleanImplements
IWebClientCaller KeepAlive