WebScriptHostManager Class

Definition

public class WebScriptHostManager : Microsoft.Azure.WebJobs.Script.ScriptHostManager
type WebScriptHostManager = class
    inherit ScriptHostManager
Public Class WebScriptHostManager
Inherits ScriptHostManager
Inheritance
WebScriptHostManager

Constructors

WebScriptHostManager(ScriptHostConfiguration, ISecretManagerFactory, ScriptSettingsManager, WebHostSettings)
WebScriptHostManager(ScriptHostConfiguration, ISecretManagerFactory, ScriptSettingsManager, WebHostSettings, IScriptHostFactory)
WebScriptHostManager(ScriptHostConfiguration, ISecretManagerFactory, ScriptSettingsManager, WebHostSettings, IScriptHostFactory, ISecretsRepositoryFactory)

Properties

HttpFunctions
HttpRequestManager
Initialized
Instance (Inherited from ScriptHostManager)
InStandbyMode
LastError (Inherited from ScriptHostManager)
PerformanceManager
SecretManager
State (Inherited from ScriptHostManager)
SwaggerDocumentManager

Methods

CanInvoke() (Inherited from ScriptHostManager)
Dispose() (Inherited from ScriptHostManager)
Dispose(Boolean)
GetHttpFunctionOrNull(HttpRequestMessage)
HandleRequestAsync(FunctionDescriptor, HttpRequestMessage, CancellationToken)
Initialize()
OnHostCreated()
OnHostStarted()
OnInitializeConfig(ScriptHostConfiguration)
RestartHost() (Inherited from ScriptHostManager)
RunAndBlock(CancellationToken) (Inherited from ScriptHostManager)
Shutdown()
Stop() (Inherited from ScriptHostManager)
StopAsync() (Inherited from ScriptHostManager)
WarmUp(WebHostSettings)

Applies to