Class AspNetCoreReplicationResponse
Implementation of the IReplicationResponse abstraction for the AspNetCore framework.
Inheritance
System.Object
AspNetCoreReplicationResponse
Assembly: Lucene.Net.Replicator.AspNetCore.dll
Syntax
public class AspNetCoreReplicationResponse : object, IReplicationResponse
Remarks
.NET Specific Implementation of the Lucene Replicator using AspNetCore
Constructors
Name | Description |
---|---|
AspNetCoreReplicationResponse(HttpResponse) | Creates a IReplicationResponse wrapper around the provided |
Properties
Name | Description |
---|---|
Body | The response content. |
StatusCode | Gets or sets the http status code of the response. |
Methods
Name | Description |
---|---|
Flush() | Flushes the reponse to the underlying response stream. |