.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSocketServer 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSocketServer \- Represents a socket server .SH DESCRIPTION .SH "PARENTS" wxSocketBase .SH "INCLUDE FILES" wx/socket.h .SH MEMBERS .SS wxSocketServer (const wxSockAddress& addresswxSocketFlags flags = wxSOCKET_NONE) Constructs a new server and tries to bind to the specified address . Before trying to accept new connections, test whether it succeeded with wxSocketBase::Ok . .SS ~wxSocketServer () Destructor (it doesn't close the accepted connections). .SS wxSocketBase * Accept (bool wait = true) .SS bool AcceptWith (wxSocketBase& socketbool wait = true) Accept an incoming connection using the specified socket object. .SS bool WaitForAccept (long seconds = -1long millisecond = 0) .SH "SEE ALSO" wxSocketBase .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.