GetArguments Method

HttpServer.dll

Retrieves the arguments (Does so now by copying the values to a new array, could be optimized?)

Namespace:  HttpServer.Rendering
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ArgumentContainer[] GetArguments()
Visual Basic (Declaration)
Public Function GetArguments As ArgumentContainer()
Visual C++
public:
array<ArgumentContainer^>^ GetArguments()

Return Value

An array containing arguments with name, object and type

See Also