Class participantsessionassocParam
Data class that contains a parameter name/parameter value pair for describing capabilities in the Contact header as defined in Section 9 of RFC 3840. See Section 6.6.1 of RFC 7865.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class participantsessionassocParam
  Properties
| Edit this page View Sourcepname
Contains the parameter name.
Declaration
public string pname { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
pval
Contains the parameter value.
Declaration
public string pval { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |