SignalingHeaderParser.GetParameters Method
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