Ejemplo n.º 1
0
        private URI HttpsUri()
        {
//JAVA TO C# CONVERTER TODO TASK: Method reference constructor syntax is not converted by Java to C# Converter:
            return(_server.httpsUri().orElseThrow(System.InvalidOperationException::new));
        }