Document wxHTTP::Connect(wxSockAddress) overload.
See #12040. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,9 +38,14 @@ public:
|
|||||||
By default, connection is made to the port 80 of the specified @a host.
|
By default, connection is made to the port 80 of the specified @a host.
|
||||||
You may connect to a non-default port by specifying it explicitly using
|
You may connect to a non-default port by specifying it explicitly using
|
||||||
the second overload.
|
the second overload.
|
||||||
|
|
||||||
|
Currently wxHTTP only supports IPv4.
|
||||||
|
|
||||||
|
For the overload taking wxSockAddress, the @a wait argument is ignored.
|
||||||
*/
|
*/
|
||||||
virtual bool Connect(const wxString& host);
|
virtual bool Connect(const wxString& host);
|
||||||
virtual bool Connect(const wxString& host, unsigned short port);
|
virtual bool Connect(const wxString& host, unsigned short port);
|
||||||
|
virtual bool Connect(const wxSockAddress& addr, bool wait);
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user