1 type derived from SecurityRequestChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
688
sealed class SecurityRequestSessionChannel :
SecurityRequestChannel
, IRequestSessionChannel
1 instantiation of SecurityRequestChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
221
return (TChannel)(object)new
SecurityRequestChannel
(this, this.securityProtocolFactory, ((IChannelFactory<IRequestChannel>)this.InnerChannelFactory).CreateChannel(address, via), address, via);
2 references to SecurityRequestChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
867
SecurityRequestChannel
securityChannel;
869
public RequestChannelSendAsyncResult(Message message, SecurityProtocol protocol, IRequestChannel channel,
SecurityRequestChannel
securityChannel, TimeSpan timeout,