Dart.PowerTCP.SslSockets Namespace > Udp Class : Open Method |
Allocate a socket at the specified address and port for sending and receiving datagrams.
[Visual Basic] Overloads Public Sub Open(String,Integer)
Allocate a socket at the specified IPEndPoint for sending and receiving datagrams.[C++/CLI] public void Open(String^,int);
[Visual Basic] Overloads Public Sub Open(IPEndPoint)
Allocate a socket at the specified port for sending and receiving datagrams.[C++/CLI] public void Open(IPEndPoint^);
[Visual Basic] Overloads Public Sub Open(Integer)
[C++] public void Open(int);
Allocate a socket at an ephemeral port for sending and receiving datagrams.[C++/CLI] public void Open(int);
[Visual Basic] Overloads Public Sub Open()
[C#] public void Open();
[C++] public void Open()
[C++/CLI] public void Open()
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.