Class Request

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll

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

    [Obsolete("Deprecated since API level 13")]
    public class Request : IDisposable
    Inheritance
    object
    Request
    Implements
    System.IDisposable

    Properties

    View Source

    HostAddress

    The host address of the request.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public string HostAddress { get; }
    Property Value
    Type Description
    string

    The host address of the request.

    View Source

    Options

    The options related to the request.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public ResourceOptions Options { get; }
    Property Value
    Type Description
    ResourceOptions

    The options related to the request.

    View Source

    Query

    The query of the request.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public ResourceQuery Query { get; }
    Property Value
    Type Description
    ResourceQuery

    The query of the request.

    View Source

    Representation

    The representation of the request.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public Representation Representation { get; }
    Property Value
    Type Description
    Representation

    The representation of the request.

    Methods

    View Source

    Dispose()

    Releases any unmanaged resources used by this object.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public void Dispose()
    View Source

    Dispose(bool)

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

    Declaration
    [Obsolete("Deprecated since API level 13")]
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

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

    View Source

    ~Request()

    Destructor of the Request class.

    Declaration
    protected ~Request()

    Implements

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