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