Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public UDP_DataReceiver( Socket socket )
Public Sub New ( socket As Socket )
public: UDP_DataReceiver( Socket^ socket )
new : socket : Socket -> UDP_DataReceiver
Parameters
- socket (Socket)
- UDP socket.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when socket is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119