C# Class AmfInvoker.FluorineClassMappingApplicationContext

Inheritance: System.DisposableBase, IApplicationContext
Show file Open project: blinemedical/SignalRToAs3 Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AddCookie() public method

public AddCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
return void

AddHeader() public method

public AddHeader ( string name, string value ) : void
name string
value string
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

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

Fail() public method

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

FluorineClassMappingApplicationContext() public method

public FluorineClassMappingApplicationContext ( ) : System
return System

GetCookieValue() public method

public GetCookieValue ( string name ) : string
name string
return string

GetCustomClass() public method

public GetCustomClass ( string type ) : string
type string
return string

GetMappedTypeName() public method

public GetMappedTypeName ( string type ) : string
type string
return string

GetMethodName() public method

public GetMethodName ( string serviceLocation, string method ) : string
serviceLocation string
method string
return string

GetServiceLocation() public method

public GetServiceLocation ( string serviceName ) : string
serviceName string
return string

GetServiceName() public method

public GetServiceName ( string serviceLocation ) : string
serviceLocation string
return string

MapPath() public method

public MapPath ( string path ) : string
path string
return string

RemoveCookie() public method

public RemoveCookie ( string name ) : void
name string
return void