1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
771this.binder = binder;
5 references to binder
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (5)
797reply = this.binder.Request(message, timeout, maskingMode); 817reply = this.binder.Request(message, timeout, maskingMode); 828result.Binder = this.binder; 862Message reply = this.binder.Request(message, timeout, maskingMode); 874requestResult.Binder = this.binder;