SignalingHeaderParser.GetParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the header parameters from this header. Can be null if they do not exist.
public:
System::Collections::Specialized::StringDictionary ^ GetParameters();
public System.Collections.Specialized.StringDictionary GetParameters ();
member this.GetParameters : unit -> System.Collections.Specialized.StringDictionary
Public Function GetParameters () As StringDictionary