<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-preview1.23060.3" />
System.ServiceModel.Channels.IChannel
namespace System.
ServiceModel.
Channels
{
public interface IChannel :
ICommunicationObject
{
T GetProperty<
T>()
where T :
class;
}
}