dotnet / dotnet/dotnet-api-docs
Default value is specified incorrectly for ReliableSessionBindingElement.MaxTransferWindowSize
Open
area-System.ServiceModel
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
It is [specified](https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.channels.reliablesessionbindingelement.maxtransferwindowsize?view=netframework-4.8#property-value) that default value for ReliableSessionBindingElement.MaxTransferWindowSize is 32.
Hovewer, according to [source code](https://referencesource.microsoft.com/#System.ServiceModel/System/ServiceModel/Channels/TransportDefaults.cs,16ebb6227cc10093,references
), the default value is 8.
If I get everything right, docs need a correction?
Contributor guide
Assessment
This issue has not been assessed yet.