摘要:
public class ServiceHost : ServiceHost { public void EnableMetadataExchange(bool enableHttpGet = true) { if (State == CommunicationState.Opened) { throw new InvalidOperationException("Host is already opened"); } var metada... 阅读全文
posted @ 2013-11-04 21:35
Mind-Hacker
阅读(306)
评论(0)
推荐(0)