TransmissionPartner
Object Hierarchy:
Description:
public struct TransmissionPartner
Represents a transmission partner you can connect to.
Content:
Fields:
- public string name
The name of the transmission partner, acting as an ID.
- public string hostname
The hostname of the computer.
- public uint16 port
The port of the service. This port requires a TLS handshake.
- public uint16 unencrypted_port
The unencrypted port of the service. This port doesn't allow TLS, make
sure that the user does not send critical files using this port.
- public int protocol_version
The version of the protocol the server uses.
- public string protocol_implementation
The name of the server's protocol implementation.
- public string display_name
The server-name that should be displayed to the user.
- public bool server_enabled
If true, the server is running and accepts transmissions.