Click or drag to resize

DefaultMatchRoomClient Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.CoreRequestClient
    SoftGear.Strix.Client.CoreCRUDClientMatchRoom
      SoftGear.Strix.Client.RoomRoomClientMatchRoom, MatchRoomMember
        SoftGear.Strix.Client.MatchMatchRoomClientMatchRoom, MatchRoomMember
          SoftGear.Strix.Client.MatchDefaultMatchRoomClient

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public class DefaultMatchRoomClient : MatchRoomClient<MatchRoom, MatchRoomMember>

The DefaultMatchRoomClient type exposes the following members.

Constructors
  NameDescription
Public methodDefaultMatchRoomClient
Initializes a new instance of the DefaultMatchRoomClient class
Top
See Also