Class PolarStudioServer
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class is a helper to use Polar Studio in a IIS server
public class PolarStudioServer
- Inheritance
-
PolarStudioServer
- Inherited Members
- Extension Methods
Constructors
PolarStudioServer(RequestDelegate, IConfiguration, IWebHostEnvironment)
Constructor
public PolarStudioServer(RequestDelegate next, IConfiguration pConfiguration, IWebHostEnvironment pWebHostEnvironment)
Parameters
next
RequestDelegatepConfiguration
IConfigurationpWebHostEnvironment
IWebHostEnvironment
Properties
FileSystemPath
Returns the path in the file system containing the ContentRoot. This is the web root as set in IIS but does not serve as a web root, because an application is created here.
public string FileSystemPath { get; }
Property Value
Methods
Invoke(HttpContext)
Invoker.
public Task Invoke(HttpContext pHttpContext)
Parameters
pHttpContext
HttpContext