C# 클래스 AmfInvoker.FluorineClassMappingApplicationContext

상속: System.DisposableBase, IApplicationContext
파일 보기 프로젝트 열기: blinemedical/SignalRToAs3 1 사용 예제들

공개 메소드들

메소드 설명
AddCookie ( System.Web.HttpCookie cookie ) : void
AddHeader ( string name, string value ) : void
Execute ( string path, TextWriter writer ) : void
Fail ( AMFBody amfBody, Exception exception ) : void
FluorineClassMappingApplicationContext ( ) : System
GetCookieValue ( string name ) : string
GetCustomClass ( string type ) : string
GetMappedTypeName ( string type ) : string
GetMethodName ( string serviceLocation, string method ) : string
GetServiceLocation ( string serviceName ) : string
GetServiceName ( string serviceLocation ) : string
MapPath ( string path ) : string
RemoveCookie ( string name ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AddCookie() 공개 메소드

public AddCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
리턴 void

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 공개 메소드

public Execute ( string path, TextWriter writer ) : void
path string
writer System.IO.TextWriter
리턴 void

Fail() 공개 메소드

public Fail ( AMFBody amfBody, Exception exception ) : void
amfBody AMFBody
exception System.Exception
리턴 void

FluorineClassMappingApplicationContext() 공개 메소드

public FluorineClassMappingApplicationContext ( ) : System
리턴 System

GetCookieValue() 공개 메소드

public GetCookieValue ( string name ) : string
name string
리턴 string

GetCustomClass() 공개 메소드

public GetCustomClass ( string type ) : string
type string
리턴 string

GetMappedTypeName() 공개 메소드

public GetMappedTypeName ( string type ) : string
type string
리턴 string

GetMethodName() 공개 메소드

public GetMethodName ( string serviceLocation, string method ) : string
serviceLocation string
method string
리턴 string

GetServiceLocation() 공개 메소드

public GetServiceLocation ( string serviceName ) : string
serviceName string
리턴 string

GetServiceName() 공개 메소드

public GetServiceName ( string serviceLocation ) : string
serviceLocation string
리턴 string

MapPath() 공개 메소드

public MapPath ( string path ) : string
path string
리턴 string

RemoveCookie() 공개 메소드

public RemoveCookie ( string name ) : void
name string
리턴 void