1 write to proxy
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
357this.proxy = value;
6 references to proxy
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannel.cs (6)
349object proxy = this.proxy; 936handler(this.proxy, new UnknownMessageReceivedEventArgs(message)); 1546this.InstanceContext.OutgoingChannels.Remove((IChannel)this.proxy); 1554this.WmiInstanceContext.WmiChannels.Remove((IChannel)this.proxy); 1679this.instanceContext.OutgoingChannels.Remove((IChannel)this.proxy); 1686this.instanceContext.OutgoingChannels.Add((IChannel)this.proxy);