Class RemoteSourceDescriptor
Inheritance
RemoteSourceDescriptor
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
|
Edit this page
View Source
Host(Uri)
Declaration
public RemoteSourceDescriptor Host(Uri host)
Parameters
Type |
Name |
Description |
Uri |
host |
|
Returns
|
Edit this page
View Source
Password(string)
Declaration
public RemoteSourceDescriptor Password(string password)
Parameters
Type |
Name |
Description |
string |
password |
|
Returns
|
Edit this page
View Source
SocketTimeout(Time)
Declaration
public RemoteSourceDescriptor SocketTimeout(Time socketTimeout)
Parameters
Type |
Name |
Description |
Time |
socketTimeout |
|
Returns
|
Edit this page
View Source
Username(string)
Declaration
public RemoteSourceDescriptor Username(string username)
Parameters
Type |
Name |
Description |
string |
username |
|
Returns
Implements
Extension Methods