Skip to content

newgroundsiodotnet.components.requests.app.appgethostlicenserequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppGetHostLicenseRequest

Namespace: NewgroundsIODotNet.Components.Requests.App

Request to check if a host has permission to run the game.

public class AppGetHostLicenseRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectAppGetHostLicenseRequest
Implements INgioComponentRequest

Properties

Component

public string Component { get; }

Property Value

String

Parameters

public Dictionary<string, object> Parameters { get; }

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Host

Host address that is currently hosting the game

public string Host { get; set; }

Property Value

String

Constructors

AppGetHostLicenseRequest(Dictionary<String, Object>, Object)

Use this constructor only if you know what you're doing.

public AppGetHostLicenseRequest(Dictionary<string, object> parameters, object echo)

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

AppGetHostLicenseRequest(String)

public AppGetHostLicenseRequest(string host)

Parameters

host String

Clone this wiki locally