Mono Class Library: System.Net.HttpWebRequest Overview | MembersSystem.Net.HttpWebRequest.Pipelined Property |
Gets or sets a bool value indicating whether to pipeline the current request to the Internet resource. [Edit]
|
true if the current request can be pipelined; otherwise, false. The default is true. [Edit]
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]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0