Exemplo n.º 1
0
        public static TInterface Create <TInterface>(HttpServiceEndPoint endpoint) where TInterface : class
        {
            var proxy = HttpProxy.CreateProxy <TInterface>(endpoint);

            return(proxy);
        }