LumiSoft Net Help
Parse Method (data)
NamespacesLumiSoft.Net.SDPSDP_MessageParse(String)
Parses SDP from raw data.
Declaration Syntax
C#Visual BasicVisual C++F#
public static SDP_Message Parse(
	string data
)
Public Shared Function Parse ( 
	data As String
) As SDP_Message
public:
static SDP_Message^ Parse(
	String^ data
)
static member Parse : 
        data : string -> SDP_Message 
Parameters
data (String)
Raw SDP data.
Return Value
SDP_Message

[Missing <returns> documentation for "M:LumiSoft.Net.SDP.SDP_Message.Parse(System.String)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when data is null reference.

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