Show / Hide Table of Contents

    Class Request

    Definition

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

    Class respresenting request to a resource. It provides APIs to manage client's request.

    public class Request : IDisposable
    Inheritance
    Object
    Request
    Implements
    IDisposable

    Properties

    View Source

    HostAddress

    The host address of the request.

    Declaration
    public string HostAddress { get; }
    Property Value
    Type Description
    String

    The host address of the request.

    API Level: 3
    View Source

    Options

    The options related to the request.

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

    The options related to the request.

    API Level: 3
    View Source

    Query

    The query of the request.

    Declaration
    public ResourceQuery Query { get; }
    Property Value
    Type Description
    ResourceQuery

    The query of the request.

    API Level: 3
    View Source

    Representation

    The representation of the request.

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

    The representation of the request.

    API Level: 3

    Methods

    View Source

    Dispose()

    Releases any unmanaged resources used by this object.

    Declaration
    public void Dispose()
    API Level: 3
    Feature: http://tizen.org/feature/iot.ocf
    View Source

    Dispose(Boolean)

    Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    If true, disposes any disposable objects. If false, does not dispose disposable objects.

    API Level: 3
    Feature: http://tizen.org/feature/iot.ocf
    View Source

    Finalize()

    Destructor of the Request class.

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX