ConnectionOrientedTransportElement.ConnectionBufferSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于从客户端或服务传输网络上的部分序列化消息的缓冲区大小。
public:
property int ConnectionBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ConnectionBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer
属性值
用于从客户端或服务传输网络上的部分序列化消息的缓冲区大小。 默认值为 8K。
- 属性
注解
可以更改此值以根据平均消息大小和交换模式提供更佳的吞吐量。