9 implementations of ReceiveSynchronously
System.ServiceModel (7)
System\ServiceModel\HttpBindingBase.cs (1)
223bool IBindingRuntimePreferences.ReceiveSynchronously
System\ServiceModel\MsmqBindingBase.cs (1)
118bool IBindingRuntimePreferences.ReceiveSynchronously
System\ServiceModel\NetNamedPipeBinding.cs (1)
131bool IBindingRuntimePreferences.ReceiveSynchronously
System\ServiceModel\NetPeerTcpBinding.cs (1)
96bool IBindingRuntimePreferences.ReceiveSynchronously
System\ServiceModel\NetTcpBinding.cs (1)
145bool IBindingRuntimePreferences.ReceiveSynchronously
System\ServiceModel\WSDualHttpBinding.cs (1)
201bool IBindingRuntimePreferences.ReceiveSynchronously
System\ServiceModel\WSHttpBindingBase.cs (1)
177bool IBindingRuntimePreferences.ReceiveSynchronously
System.ServiceModel.Channels (1)
System\ServiceModel\UdpBinding.cs (1)
191bool IBindingRuntimePreferences.ReceiveSynchronously
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
199bool IBindingRuntimePreferences.ReceiveSynchronously
1 reference to ReceiveSynchronously
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1223endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = runtimePreferences.ReceiveSynchronously;