4 implementations of IBindingRuntimePreferences
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
13
public abstract class HttpBindingBase : Binding,
IBindingRuntimePreferences
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
11
public class NetNamedPipeBinding : Binding,
IBindingRuntimePreferences
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
14
public class UdpBinding : Binding,
IBindingRuntimePreferences
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
21
public abstract class WSHttpBindingBase : Binding,
IBindingRuntimePreferences
6 references to IBindingRuntimePreferences
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
290
IBindingRuntimePreferences
runtimePreferences = serviceEndpoint.Binding as
IBindingRuntimePreferences
;
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