tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
Bridge
BridgeParameters.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
Tgstation
.
Server
.
Api
.
Models
;
4
using
Tgstation
.
Server
.
Host
.
Components
.
Chat
.
Commands
;
5
6
namespace
Tgstation
.
Server
.Host.Components.Interop.Bridge
7
{
11
public
sealed
class
BridgeParameters
:
DMApiParameters
12
{
16
public
BridgeCommandType
? CommandType {
get
;
set
; }
17
21
public
ushort? CurrentPort {
get
;
set
; }
22
26
public
Version Version {
get
;
set
; }
27
31
public
ICollection<CustomCommand> CustomCommands {
get
;
set
; }
32
36
public
DreamDaemonSecurity
? MinimumSecurityLevel {
get
;
set
; }
37
41
public
ChatMessage
ChatMessage
{
get
;
set
; }
42
}
43
}
Tgstation.Server.Host.Components.Chat
Definition:
ChannelMapping.cs:1
Tgstation.Server.Api
Definition:
ApiHeaders.cs:12
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Api.Models
Definition:
Administration.cs:3
Tgstation.Server.Host.Components.Interop.DMApiParameters
Common base for interop parameters.
Definition:
DMApiParameters.cs:8
Tgstation.Server.Host.Components.Chat.Commands
Definition:
ByondCommand.cs:10
Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters
Parameters for a bridge request.
Definition:
BridgeParameters.cs:11
Tgstation.Server.Host.Components
Tgstation.Server.Host.Components.Interop.Bridge.BridgeCommandType
BridgeCommandType
Represents the BridgeParameters.CommandType.
Definition:
BridgeCommandType.cs:6
Tgstation.Server
Tgstation.Server.Api.Models.DreamDaemonSecurity
DreamDaemonSecurity
DreamDaemon's security level
Definition:
DreamDaemonSecurity.cs:6
Tgstation.Server.Host.Components.Interop.ChatMessage
Represents a message to send to one or more Chat.ChannelRepresentations.
Definition:
ChatMessage.cs:8
Tgstation.Server.Host
Tgstation
Generated by
1.8.11