WebRequestHandler.AllowPipelining Property

Definition

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.

Applies to