Interface IReplicationResponse
Abstraction for remote replication response, allows easy integration into any hosting frameworks.
Assembly: Lucene.Net.Replicator.dll
Syntax
public interface IReplicationResponse
Remarks
.NET Specific Abstraction
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. |