9 implementations of IBindingRuntimePreferences
System.ServiceModel (7)
System\ServiceModel\HttpBindingBase.cs (1)
16public abstract class HttpBindingBase : Binding, IBindingRuntimePreferences
System\ServiceModel\MsmqBindingBase.cs (1)
11public abstract class MsmqBindingBase : Binding, IBindingRuntimePreferences
System\ServiceModel\NetNamedPipeBinding.cs (1)
24public class NetNamedPipeBinding : Binding, IBindingRuntimePreferences
System\ServiceModel\NetPeerTcpBinding.cs (1)
18public class NetPeerTcpBinding : Binding, IBindingRuntimePreferences
System\ServiceModel\NetTcpBinding.cs (1)
13public class NetTcpBinding : Binding, IBindingRuntimePreferences
System\ServiceModel\WSDualHttpBinding.cs (1)
23public class WSDualHttpBinding : Binding, IBindingRuntimePreferences
System\ServiceModel\WSHttpBindingBase.cs (1)
22public abstract class WSHttpBindingBase : Binding, IBindingRuntimePreferences
System.ServiceModel.Channels (1)
System\ServiceModel\UdpBinding.cs (1)
16public class UdpBinding : Binding, IBindingRuntimePreferences
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
15public class WebHttpBinding : Binding, IBindingRuntimePreferences
11 references to IBindingRuntimePreferences
System.ServiceModel (9)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
1218IBindingRuntimePreferences runtimePreferences = serviceEndpoint.Binding as IBindingRuntimePreferences;
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