RequestHttpMethod Property

Glimpse API

GlimpseRequest RequestHttpMethod Property Glimpse API Documentation
Gets or sets the request's HTTP method.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public string RequestHttpMethod { get; set; }
public string RequestHttpMethod { get; set; }

Field Value

The request's HTTP method.
See Also