Enum Method

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    An enumeration representing various HTTP methods.

    public enum Method

    Fields

    Name Description
    Delete

    Represents the HTTP DELETE method.

    Get

    Represents the HTTP GET method.

    Patch

    Represents the HTTP PATCH method.

    Post

    Represents the HTTP POST method.

    Put

    Represents the HTTP PUT method.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<Method>(Method, string)
    Extensions.LoadFromXaml<Method>(Method, string)
    Extensions.LoadFromXaml<Method>(Method, Type)
    Extensions.LoadFromXamlFile<Method>(Method, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX