1 type derived from SecurityRequestChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
488private sealed class SecurityRequestSessionChannel : SecurityRequestChannel, IAsyncRequestSessionChannel
1 instantiation of SecurityRequestChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
166return (TChannel)(object)new SecurityRequestChannel(this, SecurityProtocolFactory, ((IChannelFactory<IRequestChannel>)InnerChannelFactory).CreateChannel(address, via), address, via);