Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IReplicationResponse

    Abstraction for remote replication response, allows easy integration into any hosting frameworks.

    Namespace: Lucene.Net.Replicator.Http.Abstractions
    Assembly: Lucene.Net.Replicator.dll
    Syntax
    public interface IReplicationResponse
    Remarks

    .NET Specific Abstraction

    Properties

    | Improve this Doc View Source

    Body

    The response content.

    Declaration
    Stream Body { get; }
    Property Value
    Type Description
    System.IO.Stream
    | Improve this Doc View Source

    StatusCode

    Gets or sets the http status code of the response.

    Declaration
    int StatusCode { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Flush()

    Flushes the reponse to the underlying response stream.

    Declaration
    void Flush()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.