3 references to ConnectionBufferSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
25
_connectionBufferSize = ConnectionOrientedTransportDefaults.
ConnectionBufferSize
;
45
[DefaultValue(ConnectionOrientedTransportDefaults.
ConnectionBufferSize
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs (1)
60
byte[] buffer = bufferManager.TakeBuffer(ConnectionOrientedTransportDefaults.
ConnectionBufferSize
);