Unicast constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public RTP_Address( IPAddress ip, int dataPort, int controlPort )
Public Sub New ( ip As IPAddress, dataPort As Integer, controlPort As Integer )
public: RTP_Address( IPAddress^ ip, int dataPort, int controlPort )
new : ip : IPAddress * dataPort : int * controlPort : 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