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