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.
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 | |
---|---|---|
![]() |
Headers | Returns the collection of request headers. |
![]() |
HttpWebRequest | Returns the underlying HttpWebRequest |
![]() |
Method | Returns the method for this request. |
![]() |
Url | Returns the request url. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetHeader | Returns the value of the header with the given name. |
![]() |
GetStream | Gets the stream to be used to write the request payload. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetHeader | Sets the value of the header with the given name. |
![]() |
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.