-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.app.appgethostlicenserequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
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 Object → AppGetHostLicenseRequest
Implements INgioComponentRequest
public string Component { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
public bool RequiresSecureCall { get; }
Host address that is currently hosting the game
public string Host { get; set; }
Use this constructor only if you know what you're doing.
public AppGetHostLicenseRequest(Dictionary<string, object> parameters, object echo)
parameters
Dictionary<String, Object>
Manually provided component parameters
echo
Object
NGIO Echo response
public AppGetHostLicenseRequest(string host)
host
String