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