menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HttpMethod - API Reference

    Show / Hide Table of Contents

    Class HttpMethod

    Specifies Http request method.

    Inheritance
    System.Object
    HttpMethod
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class HttpMethod : Enum

    Fields

    Get

    Data submitted using Http Get method.

    Declaration
    public const HttpMethod Get
    Field Value
    Type Description
    HttpMethod

    Post

    Data submitted using Http Post method.

    Declaration
    public const HttpMethod Post
    Field Value
    Type Description
    HttpMethod

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved