6 writes to MaxBufferPoolSize
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
90
_httpTransport.
MaxBufferPoolSize
= value;
91
_httpsTransport.
MaxBufferPoolSize
= value;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
70
_namedPipe.
MaxBufferPoolSize
= value;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
63
_udpTransport.
MaxBufferPoolSize
= value;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
69
_httpTransport.
MaxBufferPoolSize
= value;
70
_httpsTransport.
MaxBufferPoolSize
= value;
11 references to MaxBufferPoolSize
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
164
if (_maxBufferPoolSize != transport.
MaxBufferPoolSize
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
28
_maxBufferPoolSize = bindingElement.
MaxBufferPoolSize
;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
85
return _httpTransport.
MaxBufferPoolSize
;
282
this.MaxBufferPoolSize = transport.
MaxBufferPoolSize
;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (2)
67
get { return _namedPipe.
MaxBufferPoolSize
; }
144
this.MaxBufferPoolSize = namedPipe.
MaxBufferPoolSize
;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
183
this.MaxBufferPoolSize = transport.
MaxBufferPoolSize
;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (2)
30
this.MaxBufferPoolSize = transport.
MaxBufferPoolSize
;
59
return _udpTransport.
MaxBufferPoolSize
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
66
get { return _httpTransport.
MaxBufferPoolSize
; }
190
this.MaxBufferPoolSize = transport.
MaxBufferPoolSize
;