true if the current request can be pipelined; otherwise, false. The default is true.
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.