System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
676MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout);
681MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout);
687MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout);
692MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout);
2889return this.Request(message, this.DefaultSendTimeout);
2946return this.BeginRequest(message, this.DefaultSendTimeout, callback, state);
3252this.Send(message, this.DefaultSendTimeout);
3266return this.BeginSend(message, this.DefaultSendTimeout, callback, state);