Sdp<TGlobalDescription, TMediaDescription>.TryParse Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method TryParse(ArraySegment<Byte>) Parses the supplied array segment of bytes as an SDP. Returns true if the SDP is valid.
Public method TryParse([]) Parses the supplied array of bytes as an SDP. Returns true if the SDP is valid.
Public method TryParse(String) Parses the supplied string. This function will convert the string to an array of UTF8 encoded bytes and then call the TryParse() function with an array of bytes.
Public method TryParse([], Int32, Int32, Boolean) Parses the supplied array of bytes as an SDP. Returns true if the SDP is valid.

Top

See Also

Reference

Sdp<TGlobalDescription, TMediaDescription> Class

Sdp<TGlobalDescription, TMediaDescription> Members

Microsoft.Rtc.Signaling Namespace