Protected method that is used to retrieve header parameters. Derived classes can override this method, for example, to synthesize parameters from an internal representation.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Protected Friend 
Overridable 
Function 
GetParameters 
As 
NameValueCollection
Visual Basic (usage)
Dim 
returnValue 
As 
NameValueCollection

returnValue = 
Me.
GetParameters()
C#
protected internal 
virtual 
NameValueCollection 
GetParameters()

See also