The headers of the HTTP request
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<string> value); } |
| J# |
|---|
| /** property */ public List<string> get_Headers(); /** property */ public void set_Headers(List<string> value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Headers() : List<string> public CompilerGeneratedAttribute function set Headers(value : List<string>); |