LumiSoft Net Help
Send Method (request)
NamespacesLumiSoft.Net.SIP.StackSIP_FlowSend(SIP_Request)
Sends specified request to flow remote end point.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Send(
	SIP_Request request
)
Public Sub Send ( 
	request As SIP_Request
)
public:
void Send(
	SIP_Request^ request
)
member Send : 
        request : SIP_Request -> unit 
Parameters
request (SIP_Request)
SIP request to send.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when request is null reference.

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