-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.app.appchecksessionrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.App
Request for a Session to be checked against NG's servers.
public class AppCheckSessionRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest
Inheritance Object → AppCheckSessionRequest
Implements INgioComponentRequest
public string Component { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
public bool RequiresSecureCall { get; }
public AppCheckSessionRequest()