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