set_ReceiveBufferSize()

TcpClient::set_ReceiveBufferSize(int32_t) method

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

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

Arguments

ParameterTypeDescription
valueint32_tThe value that must be set.

See Also