Indicates whether the socket is currently sending data
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Sending As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public bool Sending { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property bool Sending sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Sending(); /** property */ public void set_Sending(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Sending() : bool public CompilerGeneratedAttribute function set Sending(value : bool); |