你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionOrientedTransportBindingElement.ConnectionBufferSize 属性

定义

获取并设置用于从客户端或服务在网络上传输序列化消息区块的缓冲区大小。

public int ConnectionBufferSize { get; set; }
member this.ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer

属性值

连接缓冲区的大小。 默认值为 8192 字节。

例外

值小于零。

适用于