WebRequestHandler.AllowPipelining 属性

定义

获取或设置一个值,该值指示是否通过管线将请求传输到 Internet 资源。

public:
 property bool AllowPipelining { bool get(); void set(bool value); };
public bool AllowPipelining { get; set; }
member this.AllowPipelining : bool with get, set
Public Property AllowPipelining As Boolean

属性值

返回 Boolean

如果通过管线传输请求,则为 true;否则为 false。 默认值为 true

注解

应用程序使用 AllowPipelining 属性来指示对管道连接的首选项。 当 为 trueAllowPipelining,应用程序通过管道连接到支持它们的服务器。

适用于