SocketTransportOptions.WaitForDataBeforeAllocatingBuffer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
等待,直到有数据可用于分配缓冲区。 将其设置为 false 可能会增加吞吐量,但代价是内存使用量增加。
public:
property bool WaitForDataBeforeAllocatingBuffer { bool get(); void set(bool value); };
public bool WaitForDataBeforeAllocatingBuffer { get; set; }
member this.WaitForDataBeforeAllocatingBuffer : bool with get, set
Public Property WaitForDataBeforeAllocatingBuffer As Boolean
属性值
注解
默认为 true。