DataServiceRequestArgs Class

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
Public method DataServiceRequestArgs Creates a new instance of the DataServiceRequestArgs class.

Top

Properties

  Name Description
Public property AcceptContentType Gets or sets the Accept header of the request message.
Public property ContentType Gets or sets the Content-Type header of the request message.
Public property Headers Gets the headers in the request message.
Public property Slug Gets or sets the value of the Slug header of the request message.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Data.Services.Client Namespace