System.ServiceModel.Channels.IChannelFactory public interface IChannelFactory : ICommunicationObject Documentation Code namespace System.ServiceModel.Channels { public interface IChannelFactory : ICommunicationObject { T GetProperty<T>() where T : class; } }