Skip to content

newgroundsiodotnet.components.requests.app.appendsessionrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppEndSessionRequest

Namespace: NewgroundsIODotNet.Components.Requests.App

Request to end a Session.

public class AppEndSessionRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectAppEndSessionRequest
Implements INgioComponentRequest

Properties

Component

public string Component { get; }

Property Value

String

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Parameters

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

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

Constructors

AppEndSessionRequest()

public AppEndSessionRequest()
Clone this wiki locally