System.ServiceModel.IChannelBaseProxy
interface IChannelBaseProxy
namespace System.ServiceModel
{
internal interface IChannelBaseProxy
{
ServiceChannel GetServiceChannel();
}
}