|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Listens for connections from TCP network clients. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Net/Sockets/Socket.h"#include "System/Net/Sockets/TcpClient.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Net::Sockets::TcpListener |
| Listens for connections from TCP network clients. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::Sockets |
Listens for connections from TCP network clients.
Standard Citation: RFC 793 Transmission Control Protocol.
Definition in file TcpListener.h.