Default constructor.
Declaration Syntax
C# | Visual Basic | Visual 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
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when userName, netType, addressType or unicastAddress is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119