PowerTCP Sockets for .NET
Open(Int32) Method




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
See Also

Reference

UdpBase Class
UdpBase Members
Overload List


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