Request Class
The Request class represents the request header in a query, containing information about the operation type and the document type of the query.
System.Object
System.Web.Services.Protocols.SoapHeader
Microsoft.SharePoint.Dsp.Request
Public Constructors
The following table shows the public constructors of the Request class and a brief description of each.
Name | Description |
---|---|
Request | Initializes a new instance of the Request class. |
Public Properties
The following table shows the public properties of the Request class, the data type of each property, and a brief description of each.
Name | Data type | Description |
---|---|---|
Select | String | Gets or sets an XPath expression that specifies the data item that the client is querying against. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.
Remarks
The Request class corresponds to the <dsp:request> SOAP header.
Requirements
Namespace: Microsoft.SharePoint.Dsp
Platforms: Microsoft Windows Server 2003
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Security: Code Access Security