|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides client connections for TCP network services. 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/NetworkStream.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Net::Sockets::TcpClient |
| Provides client connections for TCP network services. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::Sockets |
Provides client connections for TCP network services.
Standard Citation: RFC 793 Transmission Control Protocol.
Definition in file TcpClient.h.