Enum StreamPeerTls.Status
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum StreamPeerTls.Status : long
Fields
Connected = 2
A status representing a StreamPeerTls that is connected to a host.
Disconnected = 0
A status representing a StreamPeerTls that is disconnected.
Error = 3
A status representing a StreamPeerTls in error state.
ErrorHostnameMismatch = 4
An error status that shows a mismatch in the TLS certificate domain presented by the host and the domain requested for validation.
Handshaking = 1
A status representing a StreamPeerTls during handshaking.