1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2757
this.
binder
= binder;
11 references to binder
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableChannelBinder.cs (11)
2765
this.
binder
.OnShutdown();
2766
IAsyncResult result = this.
binder
.OnBeginClose(timeout, onBinderCloseComplete, this);
2780
this.
binder
.Abort();
2782
if (!this.
binder
.HandleException(e, this.maskingMode))
2800
this.
binder
.OnEndClose(result);
2804
result = this.
binder
.BeginCloseChannel(this.channel,
2818
this.
binder
.TransitionToClosed();
2825
this.
binder
.EndCloseChannel(this.channel, result);
2826
this.
binder
.TransitionToClosed();
2837
this.
binder
.Abort();
2839
if (this.
binder
.HandleException(e, this.maskingMode))