DataServiceClientRequestMessage Class

This class represents the contract WCF Data Services client with the request message.

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.DataServiceClientRequestMessage
    System.Data.Services.Client.HttpWebRequestMessage

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public MustInherit Class DataServiceClientRequestMessage _
    Implements IODataRequestMessage
'Usage
Dim instance As DataServiceClientRequestMessage
public abstract class DataServiceClientRequestMessage : IODataRequestMessage
public ref class DataServiceClientRequestMessage abstract : IODataRequestMessage
[<AbstractClassAttribute>]
type DataServiceClientRequestMessage =  
    class 
        interface IODataRequestMessage 
    end
public abstract class DataServiceClientRequestMessage implements IODataRequestMessage

The DataServiceClientRequestMessage type exposes the following members.

Constructors

  Name Description
Protected method DataServiceClientRequestMessage

Top

Properties

  Name Description
Public property Credentials Gets or set the credentials for this request.
Public property Headers Returns the collection of request headers.
Public property Method Gets or sets the method for this request.
Public property SendChunked Gets or sets a value that indicates whether to send data in segments to the Internet resource.
Public property Timeout Gets or sets the timeout (in seconds) for this request.
Public property Url Gets or sets the request url.

Top

Methods

  Name Description
Public method Abort Abort the current request.
Public method BeginGetRequestStream Begins an asynchronous request for a System.IO.Stream object to use to write data.
Public method BeginGetResponse Begins an asynchronous request to an Internet resource.
Public method EndGetRequestStream Ends an asynchronous request for a System.IO.Stream object to use to write data.
Public method EndGetResponse Ends an asynchronous request to an Internet resource.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetHeader Returns the value of the header with the given name.
Public method GetResponse Returns a response from an Internet resource.
Public method GetStream Gets the stream to be used to write the request payload.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetHeader Sets the value of the header with the given name.
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