3 references to Binder
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1729
channelDispatcher.PendingChannels.Remove(rpc.Channel.
Binder
.Channel);
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (2)
49
rpc.Channel.
Binder
.Channel, false);
59
IChannel sessionChannel = rpc.Channel.
Binder
.Channel;