Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the header parameters from this header. Can be null if they do not exist.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetParameters As StringDictionary
'Usage
Dim instance As SignalingHeaderParser
Dim returnValue As StringDictionary
returnValue = instance.GetParameters()
public StringDictionary GetParameters()
Return Value
Type: System.Collections.Specialized.StringDictionary