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