4 implementations of ReceiveSynchronously
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
180
bool IBindingRuntimePreferences.
ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
105
bool IBindingRuntimePreferences.
ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
171
bool IBindingRuntimePreferences.
ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
141
bool IBindingRuntimePreferences.
ReceiveSynchronously
1 reference to ReceiveSynchronously
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
295
endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = runtimePreferences.
ReceiveSynchronously
;