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