3 writes to ListenUri
System.ServiceModel (3)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (3)
105
authenticator.
ListenUri
= recipientRequirement.ListenUri;
149
authenticator.
ListenUri
= recipientRequirement.ListenUri;
218
authenticator.
ListenUri
= recipientRequirement.ListenUri;
8 references to ListenUri
System.ServiceModel (8)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
1023
if (this.authenticator != null && this.authenticator.
ListenUri
!= null)
1024
xml.WriteElementString("AuthenticatorListenUri", this.authenticator.
ListenUri
.AbsoluteUri);
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
212
SecurityUtils.MatchRstWithEndpointFilter(request, this.EndpointFilterTable, this.
ListenUri
);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (4)
557
negotiationHost = new NegotiationHost(this, this.
ListenUri
, channelBuilder, this.GetListenerFilter());
818
if (negotiationState.IsNegotiationCompleted && null != this.
ListenUri
)
835
if (PerformanceCounters.PerformanceCountersEnabled && null != this.
ListenUri
)
837
PerformanceCounters.AuthenticationFailed(request, this.
ListenUri
);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
60
new EndpointAddress(
ListenUri
));