IODataRequestMessage Interface
Represents an interface for synchronous OData request messages.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Interface IODataRequestMessage
'Usage
Dim instance As IODataRequestMessage
public interface IODataRequestMessage
public interface class IODataRequestMessage
type IODataRequestMessage = interface end
public interface IODataRequestMessage
The IODataRequestMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Headers | Gets an enumerable over all the headers for this message. | |
Method | Gets or sets the HTTP method used for this request message. | |
Url | Gets or sets the request URL for this request message. |
Top
Methods
Name | Description | |
---|---|---|
GetHeader | Returns a value of an HTTP header. | |
GetStream | Gets the stream backing for this message. | |
SetHeader | Sets the value of an HTTP header. |
Top