1 write to authenticator
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
960
this.
authenticator
= authenticator;
5 references to authenticator
System.ServiceModel (5)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (5)
983
binding.ReceiveTimeout = this.
authenticator
.NegotiationTimeout;
995
channelDispatcher.ServiceThrottle.MaxConcurrentCalls = this.
authenticator
.MaximumConcurrentNegotiations;
996
channelDispatcher.ServiceThrottle.MaxConcurrentSessions = this.
authenticator
.MaximumConcurrentNegotiations;
999
endpointDispatcher.DispatchRuntime.SingletonInstanceContext = new InstanceContext(null, this.
authenticator
, false);
1010
operation.Invoker = new NegotiationSyncInvoker(this.
authenticator
);