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)
166
public 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
)]