NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebRequest.Pipelined

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);

Remarks

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.

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace