LumiSoft Net Help
Parse Method (stream)
NamespacesLumiSoft.Net.SIP.StackSIP_ResponseParse(Stream)
Parses SIP_Response from stream.
Declaration Syntax
C#Visual BasicVisual 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.
Exceptions
ExceptionCondition
ArgumentNullExceptionRaised when stream is null.
SIP_ParseExceptionRaised when invalid SIP message.

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