mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
Update socket.h
This commit is contained in:
parent
89b7b98284
commit
264dca0bc1
|
@ -673,6 +673,9 @@ public:
|
|||
*/
|
||||
|
||||
virtual bool connectServer(const UString& server, unsigned int iServPort, int timeoutMS = 0);
|
||||
|
||||
// this method initiates an asynchronous connection that you must later wait on with UNotifier::waitOnAsynchronousConnects
|
||||
virtual bool beginAsynchronousConnect(const UString& server, unsigned int iServPort);
|
||||
|
||||
/**
|
||||
* This method is called to receive a block of data on the connected socket.
|
||||
|
|
Loading…
Reference in New Issue
Block a user