7 references to DispatchRuntime
System.ServiceModel (1)
netstandard.cs (1)
137
[assembly: TypeForwardedTo(typeof(
DispatchRuntime
))]
System.ServiceModel.Primitives (5)
netstandard.cs (5)
621
void System.ServiceModel.Description.IContractBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription contractDescription, System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.
DispatchRuntime
dispatchRuntime) { }
1987
void ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription contractDescription, System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.
DispatchRuntime
dispatchRuntime);
2165
public System.ServiceModel.Dispatcher.
DispatchRuntime
CallbackDispatchRuntime { get { return default; } }
2179
public DispatchOperation(System.ServiceModel.Dispatcher.
DispatchRuntime
parent, string name, string action) { }
2185
public System.ServiceModel.Dispatcher.
DispatchRuntime
Parent { get { return default; } }
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
134
public void ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint,
DispatchRuntime
dispatchRuntime) { }