ArgumentContainer Properties

HttpServer.dll

The ArgumentContainer type exposes the following members.

Properties

  NameDescription
Name
Attribute for retrieving the name. The name cannot be set however because an argument is defined by its name changing the name would be changing the arguments meaning, thus an argument needing a name change should rather be recreated
Object
Returns or changes the argument object. If the object is to be changed to null the type must be passed aswell, in that case SetObject(Object, Type)
Type
Returns the type of the argument object. The property cannot be set since the type depends on and must correspond to the type of the object

See Also