Values Property

HttpServer.dll

Returns the list with values. todo: Return a readonly collection

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

Syntax

C#
public IList<string> Values { get; }
Visual Basic (Declaration)
Public ReadOnly Property Values As IList(Of String)
Visual C++
public:
property IList<String^>^ Values {
	IList<String^>^ get ();
}

See Also