Class ConnectionDetails
ConnectionDetails model
Inheritance
object
ConnectionDetails
Namespace: Unity.Services.Matchmaker.Models
Assembly: solution.dll
Syntax
public class ConnectionDetails
Constructors
ConnectionDetails(object, Type)
ConnectionDetails Constructor
Declaration
public ConnectionDetails(object value, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | The value as an object for ConnectionDetails |
| Type | type | The type for ConnectionDetails |
Properties
Type
Type
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Value
Value
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
FromJson(string)
Converts the JSON string into an instance of ConnectionDetails
Declaration
public static ConnectionDetails FromJson(string jsonString)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jsonString | JSON string |
Returns
| Type | Description |
|---|---|
| ConnectionDetails | An instance of ConnectionDetails |