Indicates whether the System.Net.ServicePoint object supports pipelined connections.
true if the System.Net.ServicePoint supports pipelined connections; otherwise, false.
Pipelining allows clients to send multiple requests across a persistent connection without waiting for each response from the server. The server sends the responses in the same order as the requests were received.
Pipelining is described in detail in IETF RFC 2616 section 8.1.2.2.