Click or drag to resize

MatchRoomJoinMessageT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultRequestMessage
    SoftGear.Strix.Client.Room.MessageRoomJoinMessageT
      SoftGear.Strix.Client.Match.Room.MessageMatchRoomJoinMessageT

Namespace:  SoftGear.Strix.Client.Match.Room.Message
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class MatchRoomJoinMessage<T> : RoomJoinMessage<T>
where T : MatchRoom

Type Parameters

T

The MatchRoomJoinMessageT type exposes the following members.

Constructors
  NameDescription
Public methodMatchRoomJoinMessageT
Initializes a new instance of the MatchRoomJoinMessageT class
Public methodMatchRoomJoinMessageT(Int64)
Initializes a new instance of the MatchRoomJoinMessageT class
Public methodMatchRoomJoinMessageT(String)
Initializes a new instance of the MatchRoomJoinMessageT class
Public methodMatchRoomJoinMessageT(Int64, String)
Initializes a new instance of the MatchRoomJoinMessageT class
Public methodMatchRoomJoinMessageT(Int64, String, IDictionaryString, Object)
Initializes a new instance of the MatchRoomJoinMessageT class
Top
Methods
  NameDescription
Public methodGetPassword
Public methodSetPassword
Top
See Also