WebRequestHandler.AllowPipelining Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to pipeline the request to the Internet resource.
public:
property bool AllowPipelining { bool get(); void set(bool value); };
public bool AllowPipelining { get; set; }
member this.AllowPipelining : bool with get, set
Public Property AllowPipelining As Boolean
Property Value
Returns Boolean.
true
if the request should be pipelined; otherwise, false
. The default is true
.
Remarks
An application uses the AllowPipelining property to indicate a preference for pipelined connections. When AllowPipelining is true
, an application makes pipelined connections to the servers that support them.