SocketsHttpHandler.MaxResponseDrainSize 属性

定义

获取或设置可从响应中排出的最大数据量(以字节为单位)。

public:
 property int MaxResponseDrainSize { int get(); void set(int value); };
public int MaxResponseDrainSize { get; set; }
member this.MaxResponseDrainSize : int with get, set
Public Property MaxResponseDrainSize As Integer

属性值

可从响应中排空的最大数据量(以字节为单位)。

注解

在完全读取内容之前取消请求或释放响应时,会发生排出。 如果排空的字节数超过此量,连接将被关闭,而不是重复使用。

适用于