Class RequestBody
- Namespace
- Glitch9.IO.Networking.RESTApi
public class RequestBody
- Inheritance
-
RequestBody
- Derived
- Inherited Members
- Extension Methods
Fields
options
public RequestOptions options
Field Value
Properties
IgnoreLogs
public bool IgnoreLogs { get; set; }
Property Value
MIMEType
public MIMEType MIMEType { get; set; }
Property Value
MaxRetry
public int MaxRetry { get; set; }
Property Value
OutputPath
public string OutputPath { get; set; }
Property Value
RetryDelayInSec
public float RetryDelayInSec { get; set; }
Property Value
Sender
public string Sender { get; set; }
Property Value
StreamHandler
public IStreamHandler StreamHandler { get; set; }
Property Value
Timeout
public TimeSpan? Timeout { get; set; }
Property Value
Token
public CancellationToken? Token { get; set; }
Property Value
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()