1 write to proxyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
938
this.
proxyChannel
= (IClientChannel)this.proxy;
9 references to proxyChannel
System.ServiceModel (9)
System\ServiceModel\Channels\PeerNeighborManager.cs (9)
991
this.
proxyChannel
.Abort();
1039
return this.
proxyChannel
.BeginClose(callback, asyncState);
1073
IAsyncResult result = this.
proxyChannel
.BeginOpen(timeoutHelper.RemainingTime(), callback, state);
1075
this.
proxyChannel
.EndOpen(result);
1108
this.
proxyChannel
.EndClose(result);
1120
this.
proxyChannel
.EndOpen(result);
1241
this.
proxyChannel
.Opened += OnChannelOpened;
1242
this.
proxyChannel
.Closed += OnChannelClosed;
1243
this.
proxyChannel
.Faulted += OnChannelFaulted;