Mono Class Library: System.Net.HttpWebRequest Overview | Members

System.Net.HttpWebRequest.Pipelined Property

Gets or sets a bool value indicating whether to pipeline the current request to the Internet resource. [Edit]

public bool Pipelined { set; get; }

Value

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

Remarks

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

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

[Edit]

Requirements

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