Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents an interface for asynchronous OData response messages.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Interface IODataResponseMessageAsync _
Inherits IODataResponseMessage
'Usage
Dim instance As IODataResponseMessageAsync
public interface IODataResponseMessageAsync : IODataResponseMessage
public interface class IODataResponseMessageAsync : IODataResponseMessage
type IODataResponseMessageAsync =
interface
interface IODataResponseMessage
end
public interface IODataResponseMessageAsync extends IODataResponseMessage
The IODataResponseMessageAsync type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Headers | Gets an enumerable over all the headers for this message. (Inherited from IODataResponseMessage.) |
![]() |
StatusCode | Gets or sets the result status code of the response message. (Inherited from IODataResponseMessage.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetHeader | Returns a value of an HTTP header. (Inherited from IODataResponseMessage.) |
![]() |
GetStream | Gets the stream backing for this message. (Inherited from IODataResponseMessage.) |
![]() |
GetStreamAsync | Asynchronously get the stream backing for this message. |
![]() |
SetHeader | Sets the value of an HTTP header. (Inherited from IODataResponseMessage.) |
Top
.gif)
.gif)