Gets or sets the value of the
[Visual Basic] Public Property Pipelined As Boolean [C#] public bool Pipelined {get; set;} [C++] public: __property bool get_Pipelined(); public: __property void set_Pipelined(bool); [JScript] public function get Pipelined() : Boolean; public function set Pipelined(Boolean);
The application uses Pipelined to indicate its preference for pipelined connections. When System.Net.Pipelined is true, a pipelined connection may be made to the servers that support pipelined connections.
Pipelined connections are only made when KeepAlive is also true.
HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace