The HTTP response being returned to the client
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ClientResponse As Response <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public Response ClientResponse { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property Response ClientResponse sealed { Response get(); void set(Response value); } |
| J# |
|---|
| /** property */ public Response get_ClientResponse(); /** property */ public void set_ClientResponse(Response value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ClientResponse() : Response public CompilerGeneratedAttribute function set ClientResponse(value : Response); |