Class MessageInfo
- Namespace
- TaleWorlds.Network
- Assembly
- TaleWorlds.Network.dll
public class MessageInfo
- Inheritance
-
MessageInfo
- Inherited Members
Constructors
MessageInfo()
public MessageInfo()
Fields
DestinationIsPostBox
public bool DestinationIsPostBox
Field Value
Properties
DestinationClientId
public Guid DestinationClientId { get; set; }
Property Value
DestinationPostBox
public string DestinationPostBox { get; set; }
Property Value
SourceClientId
public Guid SourceClientId { get; set; }
Property Value
SourceIPAddress
public string SourceIPAddress { get; set; }
Property Value
SourcePlatform
public string SourcePlatform { get; set; }
Property Value
SourcePlatformId
public string SourcePlatformId { get; set; }
Property Value
SourceUserName
public string SourceUserName { get; set; }
Property Value
Methods
ReadFrom(Stream, bool)
public static MessageInfo ReadFrom(Stream stream, bool fromServer)
Parameters
Returns
WriteTo(Stream, bool)
public void WriteTo(Stream stream, bool fromServer)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).