Class RconConfiguration
- Namespace
- Obsidian.API.Configuration
- Assembly
- Obsidian.API.dll
public sealed record RconConfiguration : IEquatable<RconConfiguration>
- Inheritance
-
RconConfiguration
- Implements
- Inherited Members
Constructors
RconConfiguration()
public RconConfiguration()
Properties
BroadcastToOps
Whether the RCON commands should be sent to currently online Operators.
public bool BroadcastToOps { get; set; }
Property Value
Password
Password to access the RCON.
public string? Password { get; set; }
Property Value
Port
Port on which RCON server listens.
public ushort Port { get; set; }
Property Value
RequireEncryption
Whether the server will require the encryption before authenticating
public bool RequireEncryption { get; set; }
Property Value
Methods
Equals(RconConfiguration?)
public bool Equals(RconConfiguration? other)
Parameters
other
RconConfiguration
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(RconConfiguration?, RconConfiguration?)
public static bool operator ==(RconConfiguration? left, RconConfiguration? right)
Parameters
left
RconConfigurationright
RconConfiguration
Returns
operator !=(RconConfiguration?, RconConfiguration?)
public static bool operator !=(RconConfiguration? left, RconConfiguration? right)
Parameters
left
RconConfigurationright
RconConfiguration