1 implementation of IPeerService
System.ServiceModel (1)
System\ServiceModel\Channels\PeerService.cs (1)
40class PeerService : IPeerService, IServiceBehavior, IChannelInitializer
2 references to IPeerService
System.ServiceModel (2)
System\ServiceModel\Channels\PeerService.cs (1)
190ServiceEndpoint endPoint = this.serviceHost.AddServiceEndpoint(typeof(IPeerService), this.binding, config.GetMeshUri());
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (1)
173CallbackContract = typeof(IPeerService))]