Table of Contents

Class ApiRequest

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.API.Request
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the API request.

public abstract class ApiRequest
Inheritance
ApiRequest
Derived
Inherited Members

Properties

Path

Gets or sets the path.

public string Path { get; set; }

Property Value

string

Timeout

Gets or sets the time-out value in milliseconds.

public int Timeout { get; set; }

Property Value

int