Default constructor.

C# | Visual Basic | Visual C++ | F# |
public SIP_Hop( IPEndPoint ep, string transport )
Public Sub New ( ep As IPEndPoint, transport As String )
public: SIP_Hop( IPEndPoint^ ep, String^ transport )
new : ep : IPEndPoint * transport : string -> SIP_Hop

- ep (IPEndPoint)
- IP end point.
- transport (String)
- SIP transport to use.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when ep 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