Skip to main content
Version: 3.1.0

Class RequestBody

Assembly: Netly.dll
View Source
Declaration
public class RequestBody

Properties

Buffer

View Source
Declaration
public byte[] Buffer { get; }

Length

View Source
Declaration
public int Length { get; }

Form

View Source
Declaration
public KeyValueContainer Form { get; }

PlainText

View Source
Declaration
public string PlainText { get; }

Methods

GetHttpContent()

View Source
Declaration
public HttpContent GetHttpContent()
Returns

System.Net.Http.HttpContent