2using System.Collections.Generic;
64 : base(accessIdentifier)
Parameters for a bridge request.
BridgeParameters(string accessIdentifier)
Initializes a new instance of the BridgeParameters class.
BridgeCommandType? CommandType
The BridgeCommandType.
CustomEventInvocation? EventInvocation
The Bridge.CustomEventInvocation being triggered.
ushort? CurrentPort
The current port for BridgeCommandType.DeprecatedPortUpdate requests.
ICollection< CustomCommand >? CustomCommands
The DMAPI CustomCommands for BridgeCommandType.Startup requests.
ushort? TopicPort
The port that should be used to send world topics, if not the default.
DreamDaemonSecurity? MinimumSecurityLevel
The minimum required DreamDaemonSecurity level for BridgeCommandType.Startup requests.
ChunkData? Chunk
The ChunkData for BridgeCommandType.Chunk requests.
Version? Version
The DMAPI global::System.Version for BridgeCommandType.Startup requests.
Parameters for invoking a custom event.
Represents a message to send to one or more Chat.ChannelRepresentations.
A packet of a split serialized set of data.
Common base for interop parameters.
DreamDaemonSecurity
DreamDaemon's security level.
BridgeCommandType
Represents the BridgeParameters.CommandType.