WebScriptHostManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class WebScriptHostManager : Microsoft.Azure.WebJobs.Script.ScriptHostManager
type WebScriptHostManager = class
inherit ScriptHostManager
Public Class WebScriptHostManager
Inherits ScriptHostManager
- Inheritance
Constructors
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) |