System.ServiceModel.Channels.ChannelFactoryBase
public abstract class ChannelFactoryBase : ChannelManagerBase, IChannelFactory, ICommunicationObject, IAsyncChannelFactory, IAsyncCommunicationObject
namespace System.ServiceModel.Channels
{
public abstract class ChannelFactoryBase : ChannelManagerBase, IChannelFactory, ICommunicationObject, IAsyncChannelFactory, IAsyncCommunicationObject
{
protected ChannelFactoryBase();
protected ChannelFactoryBase(IDefaultCommunicationTimeouts timeouts);
public virtual T GetProperty<T>() where T : class;
}
}