HttpWebRequestMessage Class

IODataRequestMessage interface implementation.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class HttpWebRequestMessage _
    Implements IODataRequestMessage
'Usage
Dim instance As HttpWebRequestMessage
public class HttpWebRequestMessage : IODataRequestMessage
public ref class HttpWebRequestMessage : IODataRequestMessage
type HttpWebRequestMessage =  
    class 
        interface IODataRequestMessage 
    end
public class HttpWebRequestMessage implements IODataRequestMessage

The HttpWebRequestMessage type exposes the following members.

Properties

  Name Description
Public property Headers Returns the collection of request headers.
Public property HttpWebRequest Returns the underlying HttpWebRequest
Public property Method Returns the method for this request.
Public property Url Returns the request url.

Top

Methods

  Name Description
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 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