SignalingHeaderParser Class
Parses a [SignalingHeader] object into its components.
Inheritance Hierarchy
System..::..Object
Microsoft.Rtc.Signaling..::..SignalingHeaderParser
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class SignalingHeaderParser
'Usage
Dim instance As SignalingHeaderParser
public class SignalingHeaderParser
Remarks
Assists in parsing a [SignalingHeader] object to decompose a header into parts such as [DisplayName], [URI], and parameters. If any component does not exist in the given header, it is nullNothingnullptrunita null reference (Nothing in Visual Basic).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.