Exemplo n.º 1
0
        private VirtualGatewaySpecListener(
            Outputs.VirtualGatewaySpecListenerHealthCheck?healthCheck,

            Outputs.VirtualGatewaySpecListenerPortMapping portMapping,

            Outputs.VirtualGatewaySpecListenerTls?tls)
        {
            HealthCheck = healthCheck;
            PortMapping = portMapping;
            Tls         = tls;
        }
Exemplo n.º 2
0
        private VirtualGatewaySpecListener(
            Outputs.VirtualGatewaySpecListenerConnectionPool?connectionPool,

            Outputs.VirtualGatewaySpecListenerHealthCheck?healthCheck,

            Outputs.VirtualGatewaySpecListenerPortMapping portMapping,

            Outputs.VirtualGatewaySpecListenerTls?tls)
        {
            ConnectionPool = connectionPool;
            HealthCheck    = healthCheck;
            PortMapping    = portMapping;
            Tls            = tls;
        }