2 types derived from DiscoveryClientChannelBase
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
11
class DiscoveryClientOutputChannel<TChannel> :
DiscoveryClientChannelBase
<TChannel>, IOutputChannel
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
11
class DiscoveryClientRequestChannel<TChannel> :
DiscoveryClientChannelBase
<TChannel>, IRequestChannel
2 references to DiscoveryClientChannelBase
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
443
DiscoveryClientChannelBase
<TChannel> discoveryClientChannelBase;
446
DiscoveryClientChannelBase
<TChannel> discoveryClientChannelBase,