2 overrides of GetNegotiationChannelFactory
System.ServiceModel (2)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
164protected override IChannelFactory<IRequestChannel> GetNegotiationChannelFactory(IChannelFactory<IRequestChannel> transportChannelFactory, ChannelBuilder channelBuilder)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
70protected override IChannelFactory<IRequestChannel> GetNegotiationChannelFactory(IChannelFactory<IRequestChannel> transportChannelFactory, ChannelBuilder channelBuilder)
1 reference to GetNegotiationChannelFactory
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
144this.rstChannelFactory = GetNegotiationChannelFactory(innerChannelFactory, channelBuilder);