C# Class OpenRasta.Hosting.HostManager

Inheritance: IDisposable
Afficher le fichier Open project: openrasta/openrasta-core Class Usage Examples

Private Properties

Свойство Type Description
AssignResolver void
Configure void
ExecuteConfigurationSource void
HostManager System
HostManager System
RegisterCoreDependencies void
RegisterLeafDependencies void
RegisterRootDependencies void
ThreadScopedAction void
VerifyConfiguration void
VerifyContextStoreRegistered void

Méthodes publiques

Méthode Description
Dispose ( ) : void
InvalidateConfiguration ( ) : void
RegisterHost ( IHost host ) : HostManager
SetupCommunicationContext ( ICommunicationContext context ) : void
UnregisterHost ( IHost host ) : void

Méthodes protégées

Méthode Description
HandleHostIncomingRequestReceived ( object sender, OpenRasta.Hosting.IncomingRequestEventArgs e ) : void
HandleHostStart ( object sender, EventArgs e ) : void
HandleIncomingRequestProcessed ( object sender, OpenRasta.Hosting.IncomingRequestProcessedEventArgs e ) : void

Private Methods

Méthode Description
AssignResolver ( ) : void
Configure ( ) : void
ExecuteConfigurationSource ( ) : void
HostManager ( ) : System
HostManager ( IHost host ) : System
RegisterCoreDependencies ( ) : void
RegisterLeafDependencies ( ) : void
RegisterRootDependencies ( ) : void
ThreadScopedAction ( System.Action action ) : void
VerifyConfiguration ( ) : void
VerifyContextStoreRegistered ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HandleHostIncomingRequestReceived() protected méthode

protected HandleHostIncomingRequestReceived ( object sender, OpenRasta.Hosting.IncomingRequestEventArgs e ) : void
sender object
e OpenRasta.Hosting.IncomingRequestEventArgs
Résultat void

HandleHostStart() protected méthode

protected HandleHostStart ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

HandleIncomingRequestProcessed() protected méthode

protected HandleIncomingRequestProcessed ( object sender, OpenRasta.Hosting.IncomingRequestProcessedEventArgs e ) : void
sender object
e OpenRasta.Hosting.IncomingRequestProcessedEventArgs
Résultat void

InvalidateConfiguration() public méthode

public InvalidateConfiguration ( ) : void
Résultat void

RegisterHost() public static méthode

public static RegisterHost ( IHost host ) : HostManager
host IHost
Résultat HostManager

SetupCommunicationContext() public méthode

public SetupCommunicationContext ( ICommunicationContext context ) : void
context ICommunicationContext
Résultat void

UnregisterHost() public static méthode

public static UnregisterHost ( IHost host ) : void
host IHost
Résultat void