12 references to IPeerProxy
System.ServiceModel (12)
System\ServiceModel\Channels\PeerNeighborManager.cs (8)
373public IPeerNeighbor GetNeighborFromProxy(IPeerProxy proxy) 573IPeerProxy proxy = (IPeerProxy)channel; 762ChannelFactory<IPeerProxy> channelFactory; 777IPeerProxy proxy; // Proxy channel to talk to the remote endpoint 929public IPeerProxy Proxy 1065this.channelFactory = new DuplexChannelFactory<IPeerProxy>(instanceContext, binding, meshEprBuilder.ToEndpointAddress()); 1231public void Open(IPeerProxy callbackInstance)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
566public void ApplyClientSecurity(ChannelFactory<IPeerProxy> factory)
System\ServiceModel\Channels\PeerService.cs (2)
43public delegate IPeerNeighbor GetNeighborCallback(IPeerProxy channel); 147IPeerNeighbor neighbor = (IPeerNeighbor)getNeighborCallback(OperationContext.Current.GetCallbackChannel<IPeerProxy>());
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (1)
181CallbackContract = typeof(IPeerProxy))]