The headers of the HTTP response


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

Syntax

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

/** property */
public void set_Headers(List<stringvalue);
JScript
public CompilerGeneratedAttribute function get Headers() : List<string>

public CompilerGeneratedAttribute function set Headers(value : List<string>);

See Also