Table of Contents

Class RequestBody

public class RequestBody
Inheritance
RequestBody
Derived
Inherited Members
Extension Methods

Fields

options

public RequestOptions options

Field Value

RequestOptions

Properties

IgnoreLogs

public bool IgnoreLogs { get; set; }

Property Value

bool

MIMEType

public MIMEType MIMEType { get; set; }

Property Value

MIMEType

MaxRetry

public int MaxRetry { get; set; }

Property Value

int

OutputPath

public string OutputPath { get; set; }

Property Value

string

RetryDelayInSec

public float RetryDelayInSec { get; set; }

Property Value

float

Sender

public string Sender { get; set; }

Property Value

string

StreamHandler

public IStreamHandler StreamHandler { get; set; }

Property Value

IStreamHandler

Timeout

public TimeSpan? Timeout { get; set; }

Property Value

TimeSpan?

Token

public CancellationToken? Token { get; set; }

Property Value

CancellationToken?

Methods

ValidateBody()

Validate the request. This is used to check if all required properties are set. Fix the request if needed.

public virtual void ValidateBody()