C# 클래스 Moxiecode.Com.XMLHttpRequest

파일 보기 프로젝트 열기: openHPI/moodle-mod_teletask

공개 프로퍼티들

프로퍼티 타입 설명
allDone System.Threading.ManualResetEvent
dispatches string[]

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
_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[]

메소드 상세

XMLHttpRequest() 공개 메소드

public XMLHttpRequest ( ) : System
리턴 System

abort() 공개 메소드

public abort ( ) : void
리턴 void

append() 공개 메소드

public append ( object name, object value ) : void
name object
value object
리턴 void

appendBlob() 공개 메소드

public appendBlob ( object name, object blob ) : void
name object
blob object
리턴 void

getAllResponseHeaders() 공개 메소드

public getAllResponseHeaders ( ) : string
리턴 string

getResponseAsBlob() 공개 메소드

public getResponseAsBlob ( ) : object>.Dictionary
리턴 object>.Dictionary

getStatus() 공개 메소드

public getStatus ( ) : int
리턴 int

getStatusText() 공개 메소드

public getStatusText ( ) : string
리턴 string

send() 공개 메소드

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

setRequestHeader() 공개 메소드

public setRequestHeader ( object name, object value ) : void
name object
value object
리턴 void

프로퍼티 상세

allDone 공개적으로 정적으로 프로퍼티

public static ManualResetEvent,System.Threading allDone
리턴 System.Threading.ManualResetEvent

dispatches 공개적으로 정적으로 프로퍼티

public static string[] dispatches
리턴 string[]