7 references to InstanceContext
System.ServiceModel (7)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1452IAsyncResult result = this.neighbor.BeginOpenProxy(remoteAddress, binding, new InstanceContext(null, service, false), this.timeoutHelper.RemainingTime(), onOpen, null);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
601InstanceContext instanceContext = new InstanceContext(null, this, false);
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
312dispatcher.SingletonInstanceContext = new InstanceContext(host, impl, false);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
445dispatcher.DispatchRuntime.SingletonInstanceContext = new InstanceContext(owner, impl, false);
System\ServiceModel\InstanceContext.cs (1)
45: this(host, implementation, true)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
999endpointDispatcher.DispatchRuntime.SingletonInstanceContext = new InstanceContext(null, this.authenticator, false);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1188endpointDispatcher.DispatchRuntime.SingletonInstanceContext = new InstanceContext(null, this.authenticator, false);