-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.gateway.gatewaygetversionrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.Gateway
Request to get the version of the NG API Gateway.
public class GatewayGetVersionRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest
Inheritance Object → GatewayGetVersionRequest
Implements INgioComponentRequest
Remarks:
This component has no parameters.
public string Component { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
public bool RequiresSecureCall { get; }
public GatewayGetVersionRequest(object echo)
echo
Object