11 references to Settings
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (11)
457this.connection = new ReliableOutputConnection(this.session.OutputID, this.Settings.MaxTransferWindowSize, 458this.Settings.MessageVersion, this.Settings.ReliableMessagingVersion, this.session.InitiationTime, 472using (Message request = WsrmUtilities.CreateAckRequestedMessage(this.Settings.MessageVersion, 473this.Settings.ReliableMessagingVersion, this.ReliableSession.OutputID)) 499info = WsrmMessageInfo.Get(this.Settings.MessageVersion, this.Settings.ReliableMessagingVersion, 832if (attemptInfo.RetryCount < this.Settings.MaxRetryCount) 851if (requestResult.MessageAttemptInfo.RetryCount == this.Settings.MaxRetryCount) 964if (attemptInfo.RetryCount < this.Settings.MaxRetryCount) 983if (sendResult.MessageAttemptInfo.RetryCount == this.Settings.MaxRetryCount)