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