System.Net.HttpWebRequest.Pipelined Property

Gets or sets a value that indicates whether to pipeline the request to the Internet resource.

Syntax

public bool Pipelined { get; set; }

Value

true if the current request can be pipelined; otherwise, false. The default is true.

Remarks

An application uses the HttpWebRequest.Pipelined property to indicate a preference for pipelined connections. When HttpWebRequest.Pipelined is true, an application makes pipelined connections to the servers that support them.

Pipelined connections are made only when the HttpWebRequest.KeepAlive property is also true.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0