1 write to maskingMode
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3478
this.
maskingMode
= maskingMode;
9 references to maskingMode
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
3324
return this.
maskingMode
;
3350
if (timedOut && !ReliableChannelBinderHelper.MaskHandled(
maskingMode
))
3361
this.timeoutHelper.RemainingTime(), this.
maskingMode
, onOutputComplete,
3366
this.EndOutput(this.binder, this.channel, this.
maskingMode
, result);
3390
this.EndOutput(this.binder, this.channel, this.
maskingMode
, result);
3407
if (!this.binder.HandleException(e, this.
maskingMode
, this.autoAborted))
3446
if (!this.binder.HandleException(e, this.
maskingMode
, this.autoAborted))
3485
timeoutHelper.RemainingTime(), this.
maskingMode
, onTryGetChannelComplete, this);
3500
if (this.binder.HandleException(e, this.
maskingMode
, this.autoAborted))