Interface IHttpContentBuilder
Represents a builder which is able to build an HttpContent.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IHttpContentBuilder : IBuilder
Properties
Content
Gets or sets the HTTP content which the builder builds. This can be null.
Declaration
HttpContent? Content { get; set; }
Extension Methods
HttpContentBuilderExtensions.SetFormUrlEncodedContent<T>(T, IEnumerable<(String Key, String Value)>)
HttpContentBuilderExtensions.AddContentHeader<T>(T, String, Nullable<IEnumerable<Nullable<String>>>)