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