The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TcpClient Constructor (AddressFamily)
.NET Framework (current version)
Initializes a new instance of the TcpClient class with the specified family.
Assembly: System (in System.dll)
Parameters
- family
-
Type:
System.Net.Sockets::AddressFamily
The AddressFamily of the IP protocol.
| Exception | Condition |
|---|---|
| ArgumentException | The family parameter is not equal to AddressFamily.InterNetwork -or- The family parameter is not equal to AddressFamily.InterNetworkV6 |
Note |
|---|
This member outputs trace information when you enable network tracing in your application. For more information, see Network Tracing in the .NET Framework. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
