Class RemoteResponse
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents a remote response. It represents the response of all CRUD operations.
public class RemoteResponse
- Inheritance
-
objectRemote
Response
Properties
View SourceOptions
Indicates header options of the response.
Declaration
public ResourceOptions Options { get; }
Property Value
Type | Description |
---|---|
Resource |
Header options of the response. |
Representation
Indicates representation of the response.
Declaration
public Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | Representation of the response. |
Result
Indicates the result of the response.
Declaration
public ResponseCode Result { get; }
Property Value
Type | Description |
---|---|
Response |
The result of the response. |