Parse Method (Byte[])

Parses the supplied byte array 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 ( _
    bytes As Byte() _
)
'Usage
Dim instance As Sdp
Dim bytes As Byte()

instance.Parse(bytes)
public void Parse(
    byte[] bytes
)

Parameters

  • bytes
    Type: array<System..::..Byte>[]()[][]
    The bytes containing the SDP to parse.

Exceptions

Exception Condition
MessageParsingException

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

ArgumentNullException

Thrown when bytes are nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

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

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

Parse Overload

Microsoft.Rtc.Signaling Namespace