LumiSoft Net Help
RTP_Address Constructor (ip, dataPort, controlPort, ttl)
NamespacesLumiSoft.Net.RTPRTP_AddressRTP_Address(IPAddress, Int32, Int32, Int32)
Multicast constructor.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
ip (IPAddress)
Multicast IP address.
dataPort (Int32)
RTP data port.
controlPort (Int32)
RTP control port. Usualy this is dataPort + 1.
ttl (Int32)
RTP control port. Usualy this is dataPort + 1.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when ip is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid values.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119