Total bytes sent through this socket
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property TotalBytesSent As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int TotalBytesSent { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int TotalBytesSent sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_TotalBytesSent(); /** property */ public void set_TotalBytesSent(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get TotalBytesSent() : int public CompilerGeneratedAttribute function set TotalBytesSent(value : int); |