3 implementations of AllowOutputBatching
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1404
bool IContextChannel.
AllowOutputBatching
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
666
bool IContextChannel.
AllowOutputBatching
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
619
bool IContextChannel.
AllowOutputBatching
2 writes to AllowOutputBatching
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
674
((IContextChannel)_serviceChannel).
AllowOutputBatching
= value;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
622
set { ((IContextChannel)_channel).
AllowOutputBatching
= value; }
2 references to AllowOutputBatching
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
670
return ((IContextChannel)_serviceChannel).
AllowOutputBatching
;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
621
get { return ((IContextChannel)_channel).
AllowOutputBatching
; }