Interface IRemoteSource
Assembly: OpenSearch.Client.dll
Syntax
public interface IRemoteSource
Properties
|
Edit this page
View Source
ConnectTimeout
Declaration
[DataMember(Name = "connect_timeout")]
Time ConnectTimeout { get; set; }
Property Value
|
Edit this page
View Source
Host
Declaration
[DataMember(Name = "host")]
Uri Host { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
[DataMember(Name = "password")]
string Password { get; set; }
Property Value
|
Edit this page
View Source
SocketTimeout
Declaration
[DataMember(Name = "socket_timeout")]
Time SocketTimeout { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
[DataMember(Name = "username")]
string Username { get; set; }
Property Value
Extension Methods