Mono Class Library: OverviewSystem.Net.Sockets.TcpClient: Constructor Members |
The constructors of System.Net.Sockets.TcpClient are listed below. For a list of all members, see the TcpClient Members list.
See Also: Inherited members from System.Object
Constructs a new TcpClient with no connection set up. Constructs a new TcpClient with a specified local endpoint. Use this if you want to have your connections originating from a certain port, or a certain IP (on a multi homed system). Documentation for this section has not yet been entered. Constructs a new TcpClient and connects to a specified host on a specified port. A quick way to set up a network connection.