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 |