5#include <system/iequatable.h>
6#include <system/object.h>
7#include <system/shared_ptr.h>
8#include <system/string.h>
10namespace System {
namespace Net {
namespace Http {
24 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
26 ASPOSECPP_SHARED_RTTI_INFO_DECL();
74 mutable int32_t _hashcode;
93 static bool IsUpperAscii(
String value);
Defines a method that determines the equality of two objects. Objects of this class should only be al...
Definition: iequatable.h:16
Represents an HTTP method. Objects of this class should only be allocated using System::MakeObject() ...
Definition: http_method.h:17
String ToString() const override
Analog of C# Object.ToString() method. Enables converting custom objects to string.
friend bool operator!=(System::SharedPtr< HttpMethod > left, System::SharedPtr< HttpMethod > right)
static System::SharedPtr< HttpMethod > get_Head()
Returns the 'HEAD' HTTP method.
friend bool operator==(System::SharedPtr< HttpMethod > left, System::SharedPtr< HttpMethod > right)
static System::SharedPtr< HttpMethod > get_Delete()
Returns the 'DELETE' HTTP method.
int32_t GetHashCode() const override
Analog of C# Object.GetHashCode() method. Enables hashing of custom objects.
bool Equals(System::SharedPtr< HttpMethod > other) override
Determines if the the current and specified objects are equal.
bool Equals(System::SharedPtr< Object > obj) override
Compares objects using C# Object.Equals semantics.
static System::SharedPtr< HttpMethod > get_Get()
Returns the 'GET' HTTP method.
static System::SharedPtr< HttpMethod > get_Post()
Returns the 'POST' HTTP method.
static System::SharedPtr< HttpMethod > get_Put()
Returns the 'PUT' HTTP method.
static System::SharedPtr< HttpMethod > get_Options()
Returns the 'OPTIONS' HTTP method.
String get_Method()
Returns a string representation of the HTTP method.
static System::SharedPtr< HttpMethod > get_Trace()
Returns the 'TRACE' HTTP method.
HttpMethod(String method)
Constructs a new instance.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
bool operator!=(System::SharedPtr< HttpMethod > left, System::SharedPtr< HttpMethod > right)
bool operator==(System::SharedPtr< HttpMethod > left, System::SharedPtr< HttpMethod > right)
Definition: db_command.h:9