The version of HTTP supported by the server


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property Version As String
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public string Version { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property string Version sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Version();

/** property */
public void set_Version(string value);
JScript
public CompilerGeneratedAttribute function get Version() : String

public CompilerGeneratedAttribute function set Version(value : String);

See Also