摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Test.Other{ public class TestDelegateAndEvent { public delegate void TestDelegate(); public event TestDelegate TestEventHandler; public void Test() ... 阅读全文
posted @ 2014-03-21 04:49 LeimOO 阅读(342) 评论(0) 推荐(0) 编辑
摘要: IIS Media Service 对Channel的Schema可以在浏览器中输入http://{0}:{1}/services/smoothstreaming/publishingpoints.isml/settings 看到。 Publishing Point Collection 2014-03-20T17:38:09.529Z http://{0}:{1}/services/smoothstreaming/publishingpoints.isml/settings Test 2014-03-19T19:06:55Z ... 阅读全文
posted @ 2014-03-21 01:54 LeimOO 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: Service Host:using System;using System.Configuration;using System.ServiceModel;using System.ServiceModel.Activation;using System.Web.Configuration;using log4net;using System.Threading;namespace Test.Custom{ public class CustomServiceHostFactory : System.ServiceModel.Activation.WebServiceHostFacto... 阅读全文
posted @ 2014-03-21 01:30 LeimOO 阅读(747) 评论(0) 推荐(0) 编辑
摘要: Service Host:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.ServiceModel;namespace Test.WCF.ServiceBus.Host.Service{ [ServiceContract(Namespace = "urn:ps")] interface IProblemSolver { [OperationContract] ... 阅读全文
posted @ 2014-03-21 01:02 LeimOO 阅读(863) 评论(0) 推荐(0) 编辑