C# Class Moxiecode.Com.Transporter

Exibir arquivo Open project: openHPI/moodle-mod_teletask

Public Properties

Property Type Description
dispatches string[]

Public Methods

Method Description
Transporter ( ) : System
clear ( ) : void
getAsBlob ( object type ) : object>.Dictionary
receive ( object chunk, object size ) : void

Method Details

Transporter() public method

public Transporter ( ) : System
return System

clear() public method

public clear ( ) : void
return void

getAsBlob() public method

public getAsBlob ( object type ) : object>.Dictionary
type object
return object>.Dictionary

receive() public method

public receive ( object chunk, object size ) : void
chunk object
size object
return void

Property Details

dispatches public_oe static_oe property

public static string[] dispatches
return string[]