Parses SIP_Response from stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static SIP_Response Parse( Stream stream )
Public Shared Function Parse ( stream As Stream ) As SIP_Response
public: static SIP_Response^ Parse( Stream^ stream )
static member Parse : stream : Stream -> SIP_Response
Parameters
- stream (Stream)
- Stream what contains valid SIP response.
Return Value
SIP_Response
Returns parsed SIP_Response obeject.
Returns parsed SIP_Response obeject.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Raised when stream is null. |
SIP_ParseException | Raised when invalid SIP message. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119