2 implementations of MaxTransferWindowSize
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
83
public int
MaxTransferWindowSize
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
96
public int
MaxTransferWindowSize
7 references to MaxTransferWindowSize
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
216
bufferRemaining = this.settings.
MaxTransferWindowSize
- this.deliveryStrategy.EnqueuedCount;
444
if (this.inputConnection.IsLastKnown || this.pendingAcknowledgements == this.settings.
MaxTransferWindowSize
)
1263
this.settings.
MaxTransferWindowSize
, this.Settings.MessageVersion,
1278
this.deliveryStrategy = new OrderedDeliveryStrategy<Message>(this, this.settings.
MaxTransferWindowSize
, false);
1280
this.deliveryStrategy = new UnorderedDeliveryStrategy<Message>(this, this.settings.
MaxTransferWindowSize
);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
457
this.connection = new ReliableOutputConnection(this.session.OutputID, this.Settings.
MaxTransferWindowSize
,
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
515
this.connection = new ReliableOutputConnection(this.session.OutputID, this.settings.
MaxTransferWindowSize
,