C# Class Moxiecode.Com.XMLHttpRequest

Exibir arquivo Open project: openHPI/moodle-mod_teletask

Public Properties

Property Type Description
allDone System.Threading.ManualResetEvent
dispatches string[]

Public Methods

Method Description
XMLHttpRequest ( ) : System
abort ( ) : void
append ( object name, object value ) : void
appendBlob ( object name, object blob ) : void
getAllResponseHeaders ( ) : string
getResponseAsBlob ( ) : object>.Dictionary
getStatus ( ) : int
getStatusText ( ) : string
send ( ScriptObject args, object blob = null ) : void
setRequestHeader ( object name, object value ) : void

Private Methods

Method Description
_beginRequestStreamCallback ( IAsyncResult asynchronousResult ) : void
_extractOptions ( ScriptObject args ) : string>.Dictionary
_fireProgress ( long loaded, long total ) : void
_fireUploadProgress ( long loaded, long total ) : void
_reset ( ) : void
_responseCallback ( IAsyncResult asynchronousResult ) : void
_stringToByteArray ( string str ) : byte[]

Method Details

XMLHttpRequest() public method

public XMLHttpRequest ( ) : System
return System

abort() public method

public abort ( ) : void
return void

append() public method

public append ( object name, object value ) : void
name object
value object
return void

appendBlob() public method

public appendBlob ( object name, object blob ) : void
name object
blob object
return void

getAllResponseHeaders() public method

public getAllResponseHeaders ( ) : string
return string

getResponseAsBlob() public method

public getResponseAsBlob ( ) : object>.Dictionary
return object>.Dictionary

getStatus() public method

public getStatus ( ) : int
return int

getStatusText() public method

public getStatusText ( ) : string
return string

send() public method

public send ( ScriptObject args, object blob = null ) : void
args ScriptObject
blob object
return void

setRequestHeader() public method

public setRequestHeader ( object name, object value ) : void
name object
value object
return void

Property Details

allDone public_oe static_oe property

public static ManualResetEvent,System.Threading allDone
return System.Threading.ManualResetEvent

dispatches public_oe static_oe property

public static string[] dispatches
return string[]