1 implementation of ConnectionBufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
72
public 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
) &&