PowerTCP Sockets for .NET
Open(Int32) Method




The port to send and receive datagrams from.
Opens a socket on all IPv4 network interfaces and the specified port.
Syntax
'Declaration
 
Public Overloads Sub Open( _
   ByVal port As Integer _
) 
'Usage
 
Dim instance As UdpBase
Dim port As Integer
 
instance.Open(port)
public void Open( 
   int port
)
public: void Open( 
   int port
) 
public:
void Open( 
   int port
) 

Parameters

port
The port to send and receive datagrams from.
See Also

Reference

UdpBase Class
UdpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic