Class RemoteResponse
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents a remote response. It represents the response of all CRUD operations.
C#Copy[Obsolete("Deprecated since API level 13")] public class RemoteResponse
- Inheritance
-
objectRemoteResponse
Properties
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public ResourceOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| ResourceOptions | Header options of the response. |
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public Representation Representation { get; }
Property Value
| Type | Description |
|---|---|
| Representation | Representation of the response. |
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public ResponseCode Result { get; }
Property Value
| Type | Description |
|---|---|
| ResponseCode | The result of the response. |