1 implementation of ConnectionBufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
72public int ConnectionBufferSize
2 references to ConnectionBufferSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
608_connectionBufferSize = settings.ConnectionBufferSize; 637(_connectionBufferSize == settings.ConnectionBufferSize) &&