LumiSoft Net Help
SendRequest Method (request, localEP, hop)
NamespacesLumiSoft.Net.SIP.StackSIP_TransportLayerSendRequest(SIP_Request, IPEndPoint, SIP_Hop)
Sends request to the specified hop.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SendRequest(
	SIP_Request request,
	IPEndPoint localEP,
	SIP_Hop hop
)
Public Sub SendRequest ( 
	request As SIP_Request,
	localEP As IPEndPoint,
	hop As SIP_Hop
)
public:
void SendRequest(
	SIP_Request^ request, 
	IPEndPoint^ localEP, 
	SIP_Hop^ hop
)
member SendRequest : 
        request : SIP_Request * 
        localEP : IPEndPoint * 
        hop : SIP_Hop -> unit 
Parameters
request (SIP_Request)
SIP request.
localEP (IPEndPoint)
Local end point. Value null means system will allocate it.
hop (SIP_Hop)
Target hop.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
ArgumentNullExceptionIs raised when request or hop is null reference.

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