Table of Contents

Class Matchmaking

Namespace
OpenGSQ.Responses.EOS
Assembly
OpenGSQ.dll

Represents the response from a matchmaking request.

public class Matchmaking
Inheritance
Matchmaking
Inherited Members

Properties

Count

Gets or sets the count of sessions returned by the matchmaking request.

public int Count { get; set; }

Property Value

int

Sessions

Gets or sets the list of sessions returned by the matchmaking request. Each session is represented as a dictionary where the keys are strings and the values are JsonElements.

public List<Dictionary<string, JsonElement>> Sessions { get; set; }

Property Value

List<Dictionary<string, JsonElement>>