3 writes to service
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
319this.service = value; 651service = null; 1355service = new PeerService(this.config,
6 references to service
System.ServiceModel (6)
System\ServiceModel\Channels\PeerNodeImplementation.cs (6)
312return this.service; 508lclService = service; 1361service.Open(timeoutHelper.RemainingTime()); 1377PeerNodeAddress nodeAddress = new PeerNodeAddress(service.GetListenAddress(), ipHelper.GetLocalAddresses()); 1380neighborManager.Open(service.Binding, service);