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