2 references to SecurityRequestChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
221
return (TChannel)(object)new
SecurityRequestChannel
(this, this.securityProtocolFactory, ((IChannelFactory<IRequestChannel>)this.InnerChannelFactory).CreateChannel(address, via), address, via);
691
:
base
(factory, securityProtocolFactory, innerChannel, to, via)