System.Net.ServicePoint.SupportsPipelining Property

Indicates whether the System.Net.ServicePoint object supports pipelined connections.

Syntax

public bool SupportsPipelining { get; }

Value

true if the System.Net.ServicePoint supports pipelined connections; otherwise, false.

Remarks

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.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0