set_SendBufferSize()

TcpClient::set_SendBufferSize(int32_t) method

Sets the size of the buffer that is used for sending data.

void System::Net::Sockets::TcpClient::set_SendBufferSize(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value that must be set.

See Also