System.ServiceModel.Channels.HeaderInfoCache
class HeaderInfoCache
namespace System.ServiceModel.Channels
{
internal class HeaderInfoCache
{
public MessageHeaderInfo TakeHeaderInfo(XmlDictionaryReader reader, string actor, bool mustUnderstand, bool relay, bool isRefParam);
public void ReturnHeaderInfo(MessageHeaderInfo headerInfo);
public HeaderInfoCache();
}
}