8 references to MaxBufferSize
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
28_maxBufferSize = TransportDefaults.MaxBufferSize; 93[DefaultValue(TransportDefaults.MaxBufferSize)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
49_maxBufferSize = TransportDefaults.MaxBufferSize; 205[DefaultValue(TransportDefaults.MaxBufferSize)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
166public const int MaxFaultSize = MaxBufferSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
64[DefaultValue(TransportDefaults.MaxBufferSize)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
74[DefaultValue(TransportDefaults.MaxBufferSize)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
78[DefaultValue(TransportDefaults.MaxBufferSize)]