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