1 write to listenUri
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
961
this.
listenUri
= listenUri;
2 references to listenUri
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
986
this.
listenUri
, "", ListenUriMode.Explicit, this.ServiceThrottle, out listener);
998
EndpointDispatcher endpointDispatcher = new EndpointDispatcher(new EndpointAddress(this.
listenUri
), "SecurityNegotiationContract", NamingHelper.DefaultNamespace, true);