1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2584this.binder = binder;
5 references to binder
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (5)
2665if (this.binder.ListenUri != null) 2667listenUri = this.binder.ListenUri.AbsoluteUri; 2680this.binder.Abort(); 2685if (!this.isTimerCancelled && binder.Channel.State != CommunicationState.Faulted && binder.Channel.State != CommunicationState.Closed)