LumiSoft Net Help
SDP_Origin Constructor (userName, sessionID, sessionVersion, netType, addressType, unicastAddress)
NamespacesLumiSoft.Net.SDPSDP_OriginSDP_Origin(String, Int64, Int64, String, String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SDP_Origin(
	string userName,
	long sessionID,
	long sessionVersion,
	string netType,
	string addressType,
	string unicastAddress
)
Public Sub New ( 
	userName As String,
	sessionID As Long,
	sessionVersion As Long,
	netType As String,
	addressType As String,
	unicastAddress As String
)
public:
SDP_Origin(
	String^ userName, 
	long long sessionID, 
	long long sessionVersion, 
	String^ netType, 
	String^ addressType, 
	String^ unicastAddress
)
new : 
        userName : string * 
        sessionID : int64 * 
        sessionVersion : int64 * 
        netType : string * 
        addressType : string * 
        unicastAddress : string -> SDP_Origin
Parameters
userName (String)
User name.
sessionID (Int64)
Session ID.
sessionVersion (Int64)
Session version.
netType (String)
Network type(IN).
addressType (String)
Address type(IP4/IP6).
unicastAddress (String)
Host name.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when userName, netType, addressType or unicastAddress is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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