HttpMethod Class

Definition

Line 485 of System.Net.Http/HttpRequest.cm

Inheritance

Constructors & Destructor

public nothrow HttpMethod(const String<char>& methodName_)

Member Functions

public inline nothrow const String<char>& MethodName() const

Member Variables

private String<char> methodName

Constructor& Destructor Details

HttpMethod Constructor

public nothrow HttpMethod(const String<char>& methodName_)

Definition
Line 487 of System.Net.Http/HttpRequest.cm


Member Function Details

MethodName Member Function

public inline nothrow const String<char>& MethodName()

Definition
Line 491 of System.Net.Http/HttpRequest.cm