Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents an interface for synchronous OData response messages.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Interface IODataResponseMessage
'Usage
Dim instance As IODataResponseMessage
public interface IODataResponseMessage
public interface class IODataResponseMessage
type IODataResponseMessage = interface end
public interface IODataResponseMessage
The IODataResponseMessage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Headers | Gets an enumerable over all the headers for this message. |
![]() |
StatusCode | Gets or sets the result status code of the response 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
.gif)
.gif)