Enum StreamPeerSSL.Status
enum Status
: int { ... }
Enum members
Name | Description |
---|---|
statusConnected
|
A status representing a StreamPeerSSL that is connected to a host.
|
statusDisconnected
|
A status representing a StreamPeerSSL that is disconnected.
|
statusError
|
|
statusErrorHostnameMismatch
|
An error status that shows a mismatch in the SSL certificate domain presented by the host and the domain requested for validation. |
statusHandshaking
|