LumiSoft Net Help
SIP_Hop Constructor (ip, port, transport)
NamespacesLumiSoft.Net.SIP.StackSIP_HopSIP_Hop(IPAddress, Int32, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
ip (IPAddress)
IP address.
port (Int32)
Destination port.
transport (String)
SIP transport to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when ip or transport 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