共用方式為


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。

適用於