The below example uses Android.Runtime.InputStreamInvoker and Android.Runtime.OutputStreamInvoker types obtain Java.IO.InputStream and Java.IO.OutputStream.
Once we have a Java.IO.InputStream instance, we can use its .Available() method to get the number of available response bytes which we can use...