2 types derived from ClientSecurityChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
540class SecurityOutputChannel : ClientSecurityChannel<IOutputChannel>, IOutputChannel 595class SecurityRequestChannel : ClientSecurityChannel<IRequestChannel>, IRequestChannel
2 references to ClientSecurityChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
423readonly ClientSecurityChannel<UChannel> clientChannel; 428public OpenAsyncResult(ClientSecurityChannel<UChannel> clientChannel, TimeSpan timeout,