ConnectionOrientedTransportBindingElement.ConnectionBufferSize 属性

定义

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

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

属性值

Int32

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

例外

值小于零。

注解

可以更改此值以根据平均消息大小和交换模式提供更佳的吞吐量。

适用于