Skip to content

newgroundsiodotnet.components.responses.gateway.gatewaypingresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

GatewayPingResponse

Namespace: NewgroundsIODotNet.Components.Responses.Gateway

Pong.

public class GatewayPingResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

Inheritance ObjectGatewayPingResponse
Implements INgioComponentResponse

Properties

Component

public string Component { get; }

Property Value

String

Success

public bool Success { get; }

Property Value

Boolean

Data

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

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

Clone this wiki locally