LumiSoft Net Help
SendRequest Method (flow, request)
NamespacesLumiSoft.Net.SIP.StackSIP_TransportLayerSendRequest(SIP_Flow, SIP_Request)
Sends request to the specified flow.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SendRequest(
	SIP_Flow flow,
	SIP_Request request
)
Public Sub SendRequest ( 
	flow As SIP_Flow,
	request As SIP_Request
)
public:
void SendRequest(
	SIP_Flow^ flow, 
	SIP_Request^ request
)
member SendRequest : 
        flow : SIP_Flow * 
        request : SIP_Request -> unit 
Parameters
flow (SIP_Flow)
Data flow.
request (SIP_Request)
SIP request.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
ArgumentNullExceptionIs raised when flow or request is null reference.
ArgumentExceptionIs raised when any of the arguments contains invalid value.

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