Table of Contents

Class ApiGeneralRequest

Namespace
VAST.Network
Assembly
VAST.Network.dll

Represents a general API request base class with authentication token support. Used as a foundation for API requests that require authentication.

public class ApiGeneralRequest
Inheritance
ApiGeneralRequest
Derived
Inherited Members

Constructors

ApiGeneralRequest()

public ApiGeneralRequest()

Properties

Token

Gets or sets the authentication token for the API request.

public string Token { get; set; }

Property Value

string