Table of Contents

Class HttpMethods

Namespace
TypedRest.Http
Assembly
TypedRest.dll

Provides additional values for HttpMethod.

public static class HttpMethods
Inheritance
HttpMethods
Inherited Members

Properties

Patch

Represents an HTTP PATCH protocol method that is used to modify an existing entity at a URI.

public static HttpMethod Patch { get; }

Property Value

HttpMethod