System::Net::Sockets::TcpClient::get_Available method

TcpClient::get_Available method

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

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

ReturnValue

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

See Also