The size, in bytes, of the send buffer to be used for sending data on a MessageWebSocket object.
public:
property uint32 OutboundBufferSizeInBytes {
uint32 get ();
void set (uint32 value);
}
Type: uint32
The size, in bytes, of the send buffer to be used for sending data.
For most apps, this property should not be set, since the setting disables TCP send auto-tuning by the system on this MessageWebSocket object.
This property sets the value of the SO_SENDBUF socket option on the TCP socket used by the MessageWebSocket. The default value is the local computer’s default send buffer size.
This property must be set before the MessageWebSocket connection is made. It will not have any effect if set after the connection has been initiated.
Namespace: Windows.Networking.Sockets
Metadata: windows.winmd