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