The amount of content received so far
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ContentReceived As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int ContentReceived { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int ContentReceived sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_ContentReceived(); /** property */ public void set_ContentReceived(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ContentReceived() : int public CompilerGeneratedAttribute function set ContentReceived(value : int); |