4 implementations of IBindingRuntimePreferences
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
13public abstract class HttpBindingBase : Binding, IBindingRuntimePreferences
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
11public class NetNamedPipeBinding : Binding, IBindingRuntimePreferences
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
14public class UdpBinding : Binding, IBindingRuntimePreferences
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
21public abstract class WSHttpBindingBase : Binding, IBindingRuntimePreferences
6 references to IBindingRuntimePreferences
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
290IBindingRuntimePreferences runtimePreferences = serviceEndpoint.Binding as IBindingRuntimePreferences;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
180bool IBindingRuntimePreferences.ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
105bool IBindingRuntimePreferences.ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
171bool IBindingRuntimePreferences.ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
141bool IBindingRuntimePreferences.ReceiveSynchronously