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