Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents additional metadata that is included in a request message to WCF Data Services.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.DataServiceRequestArgs
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Class DataServiceRequestArgs
'Usage
Dim instance As DataServiceRequestArgs
public class DataServiceRequestArgs
public ref class DataServiceRequestArgs
type DataServiceRequestArgs = class end
public class DataServiceRequestArgs
The DataServiceRequestArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataServiceRequestArgs | Creates a new instance of the DataServiceRequestArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceptContentType | Gets or sets the Accept header of the request message. |
![]() |
ContentType | Gets or sets the Content-Type header of the request message. |
![]() |
Headers | Gets the headers in the request message. |
![]() |
Slug | Gets or sets the value of the Slug header of the request message. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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.