Dart.PowerTCP.SslSockets Namespace > Tcp Class : Tcp Constructor (Tcp) |
Initializes a new instance of the Tcp class.
[Visual Basic] Public Sub New(IContainer)
[C++] public Tcp(IContainer*);
Initializes a new instance of the Tcp class.[C++/CLI] public Tcp(IContainer^);
[Visual Basic] Public Sub New()
[C#] public Tcp();
[C++] public Tcp();
Initializes a new instance of the Tcp class, specifying the System.Net.Sockets.Socket to use for the underlying connection.[C++/CLI] public Tcp();
[Visual Basic] Public Sub New(Socket)
[C#] public Tcp(Socket);
[C++] public Tcp(Socket*);
[C++/CLI] public Tcp(Socket^);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.