ArgumentContainer Members

HttpServer.dll

The ArgumentContainer type exposes the following members.

Constructors

  NameDescription
ArgumentContainerOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetObjectOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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