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