System.ServiceModel.Channels.FromHeader
namespace System.ServiceModel.Channels
{
internal class FromHeader : AddressingHeader
{
public EndpointAddress From { get; }
public static FromHeader Create(EndpointAddress from, AddressingVersion addressingVersion);
public static FromHeader ReadHeader(XmlDictionaryReader reader, AddressingVersion version, string actor, bool mustUnderstand, bool relay);
public static EndpointAddress ReadHeaderValue(XmlDictionaryReader reader, AddressingVersion addressingVersion);
}
}