示例#1
0
 public MemoScopeServer(IMemoScopeService service) :
     base(service, new Uri("net.pipe://localhost/"))
 {
     AddServiceEndpoint(typeof (IMemoScopeService), new NetNamedPipeBinding(), "memoscope");
     Open();
 }
 public MemoScopeServer(IMemoScopeService service) :
     base(service, new Uri("net.pipe://localhost/"))
 {
     AddServiceEndpoint(typeof(IMemoScopeService), new NetNamedPipeBinding(), "memoscope");
     Open();
 }