Search Results for

    Show / Hide Table of Contents

    Class RemoteSource

    Inheritance
    object
    RemoteSource
    Implements
    IRemoteSource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class RemoteSource : IRemoteSource

    Properties

    | Edit this page View Source

    ConnectTimeout

    Declaration
    public Time ConnectTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Host

    Declaration
    public Uri Host { get; set; }
    Property Value
    Type Description
    Uri
    | Edit this page View Source

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SocketTimeout

    Declaration
    public Time SocketTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    string

    Implements

    IRemoteSource

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ConnectTimeout
      • Host
      • Password
      • SocketTimeout
      • Username
    • Implements
    • Extension Methods
    Back to top Generated by DocFX