Multicast constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public RTP_Address( IPAddress ip, int dataPort, int controlPort, int ttl )
Public Sub New ( ip As IPAddress, dataPort As Integer, controlPort As Integer, ttl As Integer )
public: RTP_Address( IPAddress^ ip, int dataPort, int controlPort, int ttl )
new : ip : IPAddress * dataPort : int * controlPort : int * ttl : int -> RTP_Address
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when ip is null reference. |
ArgumentException | Is raised when any of the arguments has invalid values. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119