Class AspNetCoreReplicationRequest
Abstraction for remote replication requests, allows easy integration into any hosting frameworks.
Inheritance
System.Object
AspNetCoreReplicationRequest
Assembly: Lucene.Net.Replicator.AspNetCore.dll
Syntax
public class AspNetCoreReplicationRequest : object, IReplicationRequest
Remarks
.NET Specific Implementation of the Lucene Replicator using AspNetCore
Constructors
Name | Description |
---|---|
AspNetCoreReplicationRequest(HttpRequest) | Creates a IReplicationRequest wrapper around the provided |
Properties
Name | Description |
---|---|
Path | Provides the requested path which mapps to a replication operation. |
Methods
Name | Description |
---|---|
QueryParam(String) | Returns the requested query parameter or null if not present. Throws an exception if the same parameter is provided multiple times. |