Search Results for

    Show / Hide Table of Contents

    Class RemoteSourceDescriptor

    Inheritance
    object
    DescriptorBase<RemoteSourceDescriptor, IRemoteSource>
    RemoteSourceDescriptor
    Implements
    IDescriptor
    IRemoteSource
    Inherited Members
    DescriptorBase<RemoteSourceDescriptor, IRemoteSource>.Self
    DescriptorBase<RemoteSourceDescriptor, IRemoteSource>.Assign<TValue>(TValue, Action<IRemoteSource, TValue>)
    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 RemoteSourceDescriptor : DescriptorBase<RemoteSourceDescriptor, IRemoteSource>, IDescriptor, IRemoteSource

    Methods

    | Edit this page View Source

    ConnectTimeout(Time)

    Declaration
    public RemoteSourceDescriptor ConnectTimeout(Time connectTimeout)
    Parameters
    Type Name Description
    Time connectTimeout
    Returns
    Type Description
    RemoteSourceDescriptor
    | Edit this page View Source

    Host(Uri)

    Declaration
    public RemoteSourceDescriptor Host(Uri host)
    Parameters
    Type Name Description
    Uri host
    Returns
    Type Description
    RemoteSourceDescriptor
    | Edit this page View Source

    Password(string)

    Declaration
    public RemoteSourceDescriptor Password(string password)
    Parameters
    Type Name Description
    string password
    Returns
    Type Description
    RemoteSourceDescriptor
    | Edit this page View Source

    SocketTimeout(Time)

    Declaration
    public RemoteSourceDescriptor SocketTimeout(Time socketTimeout)
    Parameters
    Type Name Description
    Time socketTimeout
    Returns
    Type Description
    RemoteSourceDescriptor
    | Edit this page View Source

    Username(string)

    Declaration
    public RemoteSourceDescriptor Username(string username)
    Parameters
    Type Name Description
    string username
    Returns
    Type Description
    RemoteSourceDescriptor

    Implements

    IDescriptor
    IRemoteSource

    Extension Methods

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