Default constructor.

C# | Visual Basic | Visual C++ | F# |
public SIP_Hop( IPAddress ip, int port, string transport )
Public Sub New ( ip As IPAddress, port As Integer, transport As String )
public: SIP_Hop( IPAddress^ ip, int port, String^ transport )
new : ip : IPAddress * port : int * transport : string -> SIP_Hop

Exception | Condition |
---|---|
ArgumentNullException | Is raised when ip or transport 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