StreamPeerSSLStatus Enumeration |
[Missing <summary> documentation for "T:Godot.StreamPeerSSL.Status"]
Namespace: Godot
public enum Status
Member name | Value | Description | |
---|---|---|---|
Disconnected | 0 | A status representing a StreamPeerSSL that is disconnected. | |
Handshaking | 1 | A status representing a StreamPeerSSL during handshaking. | |
Connected | 2 | A status representing a StreamPeerSSL that is connected to a host. | |
Error | 3 | A status representing a StreamPeerSSL in error state. | |
ErrorHostnameMismatch | 4 | An error status that shows a mismatch in the SSL certificate domain presented by the host and the domain requested for validation. |