C# Class CrownPeak.SearchG2.Common.Settings

Wrap the required settings for operations to be executed on CrownPeak SearchG2.
显示文件 Open project: Crownpeak/Search-Results-Examples Class Usage Examples

Public Methods

Method Description
Settings ( string collection ) : System.Security.Cryptography.X509Certificates

Initialize a Settings object for a collection.

Settings ( string collection, string endpoint ) : System.Security.Cryptography.X509Certificates

Initialize a Settings object for a collection.

Settings ( string collection, string endpoint, X509Certificate certificate ) : System.Security.Cryptography.X509Certificates

Initialize a Settings object for a collection.

Settings ( string collection, string endpoint, int timeout ) : System.Security.Cryptography.X509Certificates

Initialize a Settings object for a collection.

Settings ( string collection, string endpoint, int timeout, X509Certificate certificate ) : System.Security.Cryptography.X509Certificates

Initialize a Settings object for a collection.

Method Details

Settings() public method

Initialize a Settings object for a collection.
public Settings ( string collection ) : System.Security.Cryptography.X509Certificates
collection string The collection name.
return System.Security.Cryptography.X509Certificates

Settings() public method

Initialize a Settings object for a collection.
public Settings ( string collection, string endpoint ) : System.Security.Cryptography.X509Certificates
collection string The collection name.
endpoint string The endpoint.
return System.Security.Cryptography.X509Certificates

Settings() public method

Initialize a Settings object for a collection.
public Settings ( string collection, string endpoint, X509Certificate certificate ) : System.Security.Cryptography.X509Certificates
collection string The collection name.
endpoint string The endpoint.
certificate System.Security.Cryptography.X509Certificates.X509Certificate The certificate to be sent with requests.
return System.Security.Cryptography.X509Certificates

Settings() public method

Initialize a Settings object for a collection.
public Settings ( string collection, string endpoint, int timeout ) : System.Security.Cryptography.X509Certificates
collection string The collection name.
endpoint string The endpoint.
timeout int The connection and query timeout, in milliseconds.
return System.Security.Cryptography.X509Certificates

Settings() public method

Initialize a Settings object for a collection.
public Settings ( string collection, string endpoint, int timeout, X509Certificate certificate ) : System.Security.Cryptography.X509Certificates
collection string The collection name.
endpoint string The endpoint.
timeout int The connection and query timeout, in milliseconds.
certificate System.Security.Cryptography.X509Certificates.X509Certificate The certificate to be sent with requests.
return System.Security.Cryptography.X509Certificates