SignalingHeaderParser Class
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 will be null.
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
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.