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