ReqRest
Show / Hide Table of Contents

Interface IHttpMethodBuilder

Represents a builder which is able to build an HttpMethod.

Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IHttpMethodBuilder : IBuilder

Properties

Method

Gets or sets the HTTP method which the builder builds.

Declaration
HttpMethod Method { get; set; }
Exceptions
Type Condition
ArgumentNullException

Extension Methods

BuilderExtensions.Configure<T>(T, Action<T>)
BuilderExtensions.If<T>(T, Boolean, Action<T>)
BuilderExtensions.IfNot<T>(T, Boolean, Action<T>)
HttpMethodBuilderExtensions.Get<T>(T)
HttpMethodBuilderExtensions.Post<T>(T)
HttpMethodBuilderExtensions.Put<T>(T)
HttpMethodBuilderExtensions.Delete<T>(T)
HttpMethodBuilderExtensions.Options<T>(T)
HttpMethodBuilderExtensions.Trace<T>(T)
HttpMethodBuilderExtensions.Head<T>(T)
HttpMethodBuilderExtensions.Patch<T>(T)
HttpMethodBuilderExtensions.SetMethod<T>(T, String)
HttpMethodBuilderExtensions.SetMethod<T>(T, HttpMethod)

See Also

HttpRequestMessageBuilder
HttpMethodBuilderExtensions
Back to top Copyright © 2019 ReqRest - Generated with DocFX - Material Theme made by Oscar Vásquez - Impressum (Imprint)