Class RemoteSource
Assembly: OpenSearch.Client.dll
Syntax
public class RemoteSource : IRemoteSource
Properties
|
Edit this page
View Source
ConnectTimeout
Declaration
public Time ConnectTimeout { get; set; }
Property Value
|
Edit this page
View Source
Host
Declaration
public Uri Host { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
|
Edit this page
View Source
SocketTimeout
Declaration
public Time SocketTimeout { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Implements
Extension Methods