LumiSoft Net Help
GetHops Method (uri, messageSize, forceTLS)
NamespacesLumiSoft.Net.SIP.StackSIP_StackGetHops(SIP_Uri, Int32, Boolean)
Gets target hops(address,port,transport) of the specified URI.
Declaration Syntax
C#Visual BasicVisual C++F#
public SIP_Hop[] GetHops(
	SIP_Uri uri,
	int messageSize,
	bool forceTLS
)
Public Function GetHops ( 
	uri As SIP_Uri,
	messageSize As Integer,
	forceTLS As Boolean
) As SIP_Hop()
public:
array<SIP_Hop^>^ GetHops(
	SIP_Uri^ uri, 
	int messageSize, 
	bool forceTLS
)
member GetHops : 
        uri : SIP_Uri * 
        messageSize : int * 
        forceTLS : bool -> SIP_Hop[] 
Parameters
uri (SIP_Uri)
Target URI.
messageSize (Int32)
SIP message size.
forceTLS (Boolean)
If true only TLS hops are returned.
Return Value
array<SIP_Hop>[]()[][]
Returns target hops(address,port,transport) of the specified URI.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when uri is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119