Share via


Parse Method (String)

Parses the supplied array segment into data structures representing the components of the SDP.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub Parse ( _
    sdpText As String _
)
'Usage
Dim instance As Sdp
Dim sdpText As String

instance.Parse(sdpText)
public void Parse(
    string sdpText
)

Parameters

Exceptions

Exception Condition
MessageParsingException

Thrown when the provided SDP is not correctly formatted. See the exception message for details.

ArgumentNullException

Thrown when sdpstr contains a nullNothingnullptrunita null reference (Nothing in Visual Basic) reference.

See Also

Reference

Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)> Class

Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)> Members

Parse Overload

Microsoft.Rtc.Signaling Namespace