Click or drag to resize

ParameterValues Property

IT Hit WebDAV Classes Reference
Parameter values.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public IList<string> Values { get; set; }

Property Value

Type: IListString
Remarks
In case of business card 4.0 this array contains decoded and unquoted parameter values. Encoding/decoding and quoting/unquoting is done during serialization/deserialization process according to rules described in: http://tools.ietf.org/html/rfc6868 and in http://tools.ietf.org/html/rfc6350#section-5. In case if business card 3.0 and 2.1 the values are not encoded and quoted.
See Also