Exemple #1
0
        public ScopeApplication GetApplication(string scopeName, string appName)
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_adapterProvider.GetApplication(scopeName, appName));
        }