2using System.Collections.Generic;
Parameters for a bridge request.
BridgeCommandType? CommandType
The BridgeCommandType.
Version Version
The DMAPI global::System.Version for BridgeCommandType.Startup requests.
ushort? CurrentPort
The current port for BridgeCommandType.PortUpdate requests.
ICollection< CustomCommand > CustomCommands
The DMAPI CustomCommands for BridgeCommandType.Startup requests.
ChunkData Chunk
The ChunkData for BridgeCommandType.Chunk requests.
DreamDaemonSecurity? MinimumSecurityLevel
The minimum required DreamDaemonSecurity level for BridgeCommandType.Startup requests.
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.