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