1 write to proxy
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
937this.proxy = value;
8 references to proxy
System.ServiceModel (8)
System\ServiceModel\Channels\PeerNeighborManager.cs (8)
933return this.proxy; 938this.proxyChannel = (IClientChannel)this.proxy; 1083return this.proxy.BeginSend(message, callback, asyncState); 1089return this.proxy.BeginSend(message, timeout, callback, asyncState); 1094this.proxy.Send(message); 1125this.proxy.EndSend(result); 1131return this.proxy.ProcessRequestSecurityToken(request); 1136this.proxy.Ping(request);