コード例 #1
0
ファイル: AdapterService.cs プロジェクト: heyena/iring-tools
        public ScopeApplication GetApplication(string scopeName, string appName)
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

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