Protected method that is used to set header parameters. Derived classes can override this method, for example, to parse parameters into an internal representation.

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

Syntax

Visual Basic (declaration)
Protected Friend 
Overridable 
Sub 
SetParameters ( _
	
parameters 
As 
NameValueCollection _
)
Visual Basic (usage)
Dim 
parameters 
As 
NameValueCollection

Me.
SetParameters(
parameters)
C#
protected internal 
virtual 
void 
SetParameters(
	
NameValueCollection 
parameters
)

See also