Determine whether client socket should be shutdown on completion of request or kept open for pipelined requests
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ShutdownOnCompletion As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public bool ShutdownOnCompletion { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property bool ShutdownOnCompletion sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_ShutdownOnCompletion(); /** property */ public void set_ShutdownOnCompletion(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ShutdownOnCompletion() : bool public CompilerGeneratedAttribute function set ShutdownOnCompletion(value : bool); |