ProtocolReflector.HeaderMessages Property

Definition

Gets SOAP header message definitions to be added to the associated ServiceDescription object.

public:
 property System::Web::Services::Description::MessageCollection ^ HeaderMessages { System::Web::Services::Description::MessageCollection ^ get(); };
public System.Web.Services.Description.MessageCollection HeaderMessages { get; }
member this.HeaderMessages : System.Web.Services.Description.MessageCollection
Public ReadOnly Property HeaderMessages As MessageCollection

Property Value

SOAP header message definitions to be added to the associated ServiceDescription object.

Applies to