Back to product page

Method property


Holds method used to access resource.

Type

String.

Syntax

  • C#
  • VB.NET
String Method {get; };

ReadOnly Property Method As String

Remarks

Method property holds HTTP method used by the client - i.e. GET, POST, PUT.... It is always presented to you in uppercase.

Platforms

Windows