NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TCPClient Class

The TCPClient class provide TCP services at a higher level of abstraction than the Socket class. TCPClient is used to create a client connection to a remote host.

Object
   TCPClient

[Visual Basic]
Public Class TCPClient
[C#]
public class TCPClient
[C++]
public __gc class TCPClient
[JScript]
public class TCPClient

Remarks

The TCPClient class builds upon the Socket class to provide TCP services at a higher level of abstraction. Application level protocols such as FTP and HTTP are built on the TCPClient class.

Requirements

Namespace: System.Net.Sockets

Assembly: System.net.dll

See Also

TCPClient Members | System.Net.Sockets Namespace