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)
60byte[] buffer = bufferManager.TakeBuffer(ConnectionOrientedTransportDefaults.ConnectionBufferSize);