Table of Contents

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

bool

Properties

DestinationClientId

public Guid DestinationClientId { get; set; }

Property Value

Guid

DestinationPostBox

public string DestinationPostBox { get; set; }

Property Value

string

SourceClientId

public Guid SourceClientId { get; set; }

Property Value

Guid

SourceIPAddress

public string SourceIPAddress { get; set; }

Property Value

string

SourcePlatform

public string SourcePlatform { get; set; }

Property Value

string

SourcePlatformId

public string SourcePlatformId { get; set; }

Property Value

string

SourceUserName

public string SourceUserName { get; set; }

Property Value

string

Methods

ReadFrom(Stream, bool)

public static MessageInfo ReadFrom(Stream stream, bool fromServer)

Parameters

stream Stream
fromServer bool

Returns

MessageInfo

WriteTo(Stream, bool)

public void WriteTo(Stream stream, bool fromServer)

Parameters

stream Stream
fromServer bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).