SoapEnvelopeParameter

Wrapper around a soap envelope parameter.

Constructors

this
this(string name, string value)

Creates a new soap envelope parameter.

Members

Properties

name
string name [@property getter]

Gets the name.

value
string value [@property getter]

Gets the value.

Meta