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