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