SocketTransportOptions.WaitForDataBeforeAllocatingBuffer 属性

定义

等待,直到有数据可用于分配缓冲区。 将其设置为 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。

适用于