C# Class AmfInvoker.FluorineClassMappingApplicationContext

Inheritance: System.DisposableBase, IApplicationContext
Afficher le fichier Open project: blinemedical/SignalRToAs3 Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddCookie() public méthode

public AddCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
Résultat void

AddHeader() public méthode

public AddHeader ( string name, string value ) : void
name string
value string
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() public méthode

public Execute ( string path, TextWriter writer ) : void
path string
writer System.IO.TextWriter
Résultat void

Fail() public méthode

public Fail ( AMFBody amfBody, Exception exception ) : void
amfBody AMFBody
exception System.Exception
Résultat void

FluorineClassMappingApplicationContext() public méthode

public FluorineClassMappingApplicationContext ( ) : System
Résultat System

GetCookieValue() public méthode

public GetCookieValue ( string name ) : string
name string
Résultat string

GetCustomClass() public méthode

public GetCustomClass ( string type ) : string
type string
Résultat string

GetMappedTypeName() public méthode

public GetMappedTypeName ( string type ) : string
type string
Résultat string

GetMethodName() public méthode

public GetMethodName ( string serviceLocation, string method ) : string
serviceLocation string
method string
Résultat string

GetServiceLocation() public méthode

public GetServiceLocation ( string serviceName ) : string
serviceName string
Résultat string

GetServiceName() public méthode

public GetServiceName ( string serviceLocation ) : string
serviceLocation string
Résultat string

MapPath() public méthode

public MapPath ( string path ) : string
path string
Résultat string

RemoveCookie() public méthode

public RemoveCookie ( string name ) : void
name string
Résultat void