2 instantiations of ClientRuntime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
22ClientRuntime clientRuntime = new ClientRuntime(contractDescription.Name, contractDescription.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
148_proxyRuntime = new ClientRuntime(this, _shared);
42 references to ClientRuntime
dotnet-svcutil-lib (42)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
39void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime clientRuntime)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
30private ClientRuntime _clientRuntime; 354internal ClientRuntime ClientRuntime
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (12)
19private ClientRuntime _clientRuntime; 24public ServiceChannelFactory(ClientRuntime clientRuntime, Binding binding) 39public ClientRuntime ClientRuntime 83public static ServiceChannelFactory BuildChannelFactory(ChannelBuilder channelBuilder, ClientRuntime clientRuntime) 120ClientRuntime clientRuntime = DispatcherBuilder.BuildProxyBehavior(serviceEndpoint, out parameters); 402ClientRuntime clientRuntime, Binding binding) 483public ServiceChannelFactoryOverOutput(IChannelFactory<IOutputChannel> innerChannelFactory, ClientRuntime clientRuntime, Binding binding) 502public ServiceChannelFactoryOverDuplex(IChannelFactory<IDuplexChannel> innerChannelFactory, ClientRuntime clientRuntime, Binding binding) 522public ServiceChannelFactoryOverRequest(IChannelFactory<IRequestChannel> innerChannelFactory, ClientRuntime clientRuntime, Binding binding) 542public ServiceChannelFactoryOverOutputSession(IChannelFactory<IOutputSessionChannel> innerChannelFactory, ClientRuntime clientRuntime, Binding binding, bool datagramAdapter) 571public ServiceChannelFactoryOverDuplexSession(IChannelFactory<IDuplexSessionChannel> innerChannelFactory, ClientRuntime clientRuntime, Binding binding, bool useActiveAutoClose) 597public ServiceChannelFactoryOverRequestSession(IChannelFactory<IRequestSessionChannel> innerChannelFactory, ClientRuntime clientRuntime, Binding binding, bool datagramAdapter)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (1)
162public virtual void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (7)
14internal static ClientRuntime BuildProxyBehavior(ServiceEndpoint serviceEndpoint, out BindingParameterCollection parameters) 22ClientRuntime clientRuntime = new ClientRuntime(contractDescription.Name, contractDescription.Namespace); 117private static void BuildProxyOperation(OperationDescription operation, ClientRuntime parent) 184private static void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime clientRuntime) 204private static void BindOperations(ContractDescription contract, ClientRuntime proxy, DispatchRuntime dispatch) 279public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) 355public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IContractBehavior.cs (1)
16void ApplyClientBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, ClientRuntime clientRuntime);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IEndpointBehavior.cs (1)
15void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
56ClientRuntime clientRuntime = channel.ClientRuntime; 478ClientRuntime clientRuntime = channel.ClientRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientOperation.cs (4)
42private ClientRuntime _parent; 51public ClientOperation(ClientRuntime parent, string name, string action) 56public ClientOperation(ClientRuntime parent, string name, string action, string replyAction) 212public ClientRuntime Parent
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
490private ClientRuntime _outer; 492internal ProxyBehaviorCollection(ClientRuntime outer) 535private ClientRuntime _outer; 537internal OperationCollection(ClientRuntime outer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (4)
30private ClientRuntime _proxyRuntime; 37internal DispatchRuntime(ClientRuntime proxyRuntime, SharedRuntimeState shared) 138public ClientRuntime CallbackClientRuntime 288internal ClientRuntime ClientRuntime
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
25internal ImmutableClientRuntime(ClientRuntime behavior)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
28void IContractBehavior.ApplyClientBehavior(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
240public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)