public PosixResult TryGetAvailableBytes()
 {
     return(SocketInterop.GetAvailableBytes(this));
 }