RequestHeader Class

Represents the request header in a query.

Web Service: List Data RetrievalWeb Reference: http://<Site>/_vti_bin/DspSts.asmx

Syntax

<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/dsp")> _
<DebuggerStepThroughAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DesignerCategoryAttribute("code")> _
<XmlRootAttribute("request", Web Service:="http://schemas.microsoft.com/sharepoint/dsp", IsNullable:=False)> _
Public Class RequestHeader
    Inherits SoapHeader

Dim instance As RequestHeader
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/dsp")] 
[DebuggerStepThroughAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DesignerCategoryAttribute("code")] 
[XmlRootAttribute("request", Web Service="http://schemas.microsoft.com/sharepoint/dsp", IsNullable=false)] 
public class RequestHeader : SoapHeader

Inheritance Hierarchy

System.Object
   System.Web.Services.Protocols.SoapHeader
    List Data Retrieval.RequestHeader

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RequestHeader Members
List Data Retrieval Web Service