2 overrides of GetListenerFilter
System.ServiceModel (2)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
105protected override MessageFilter GetListenerFilter()
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
175protected override MessageFilter GetListenerFilter()
1 reference to GetListenerFilter
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
557negotiationHost = new NegotiationHost(this, this.ListenUri, channelBuilder, this.GetListenerFilter());