Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Interface IOnConnectComplete

Declarations

Methods
OnConnectComplete : Void ( connected:Bool, source:Socket ) This method is called when a asynchronous socket connect operation completes.

Methods Documentation

Method OnConnectComplete : Void ( connected:Bool, source:Socket )

This method is called when a asynchronous socket connect operation completes.

connected will be true if the connection was successful.

See also

Socket.ConnectAsync