Indicates whether the socket has been closed
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Closed As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public bool Closed { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property bool Closed sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Closed(); /** property */ public void set_Closed(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Closed() : bool public CompilerGeneratedAttribute function set Closed(value : bool); |