Show / Hide Table of Contents

    Class RemoteResponse

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll
    API Level:
    3

    This class represents a remote response. It represents the response of all CRUD operations.

    public class RemoteResponse
    Inheritance
    Object
    RemoteResponse

    Properties

    View Source

    Options

    Indicates header options of the response.

    Declaration
    public ResourceOptions Options { get; }
    Property Value
    Type Description
    ResourceOptions

    Header options of the response.

    API Level: 3
    View Source

    Representation

    Indicates representation of the response.

    Declaration
    public Representation Representation { get; }
    Property Value
    Type Description
    Representation

    Representation of the response.

    API Level: 3
    View Source

    Result

    Indicates the result of the response.

    Declaration
    public ResponseCode Result { get; }
    Property Value
    Type Description
    ResponseCode

    The result of the response.

    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX