Filename Property

HttpServer.dll

The full file path

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

Syntax

C#
public string Filename { get; set; }
Visual Basic (Declaration)
Public Property Filename As String
Visual C++
public:
property String^ Filename {
	String^ get ();
	void set (String^ value);
}

See Also