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