Sends request to the specified flow.

C# | Visual Basic | Visual 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

- flow (SIP_Flow)
- Data flow.
- request (SIP_Request)
- SIP request.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and and this method is accessed. |
ArgumentNullException | Is raised when flow or request is null reference. |
ArgumentException | Is raised when any of the arguments contains invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119