SecureBlackbox 2020 macOS Edition

Questions / Feedback?

StringNameValuePair Type

A simple name-value pair object.

Remarks

The class represents a name-value string pair used in a variety of network components.

Fields

name
String

The name element in a (name, value) pair.

value
String

The value element in a (name, value) pair.

Constructors

public init(name: String, value: String)

Creates a name-value pair from a name and a value.

public init()

Creates an empty name-value object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 macOS Edition - Version 20.0 [Build 8166]