get_Available()

TcpClient::get_Available() method

Returns the number of bytes that are received and ready to read.

int32_t System::Net::Sockets::TcpClient::get_Available()

Return Value

The number of bytes that are received and ready to read.

See Also