- connectToUrl
GodotMethod!(GodotError, String, PoolStringArray, bool, PoolStringArray) connectToUrl;
Undocumented in source.
- disconnectFromHost
GodotMethod!(void, long, String) disconnectFromHost;
Undocumented in source.
- getConnectedHost
GodotMethod!(String) getConnectedHost;
Undocumented in source.
- getConnectedPort
GodotMethod!(long) getConnectedPort;
Undocumented in source.
- getTrustedSslCertificate
GodotMethod!(X509Certificate) getTrustedSslCertificate;
Undocumented in source.
- isVerifySslEnabled
GodotMethod!(bool) isVerifySslEnabled;
Undocumented in source.
- setTrustedSslCertificate
GodotMethod!(void, X509Certificate) setTrustedSslCertificate;
Undocumented in source.
- setVerifySslEnabled
GodotMethod!(void, bool) setVerifySslEnabled;
Undocumented in source.