Default constructor.

C# | Visual Basic | Visual C++ | F# |
public SDP_Connection( string netType, string addressType, string address )
Public Sub New ( netType As String, addressType As String, address As String )
public: SDP_Connection( String^ netType, String^ addressType, String^ address )
new : netType : string * addressType : string * address : string -> SDP_Connection

Exception | Condition |
---|---|
ArgumentNullException | Is raised when netType, addressType or address 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