C# Class CrownPeak.SearchG2.Common.Settings

Wrap the required settings for operations to be executed on CrownPeak SearchG2.
Afficher le fichier Open project: Crownpeak/Search-Results-Examples Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Settings() public méthode

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.
Résultat System.Security.Cryptography.X509Certificates

Settings() public méthode

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.
Résultat System.Security.Cryptography.X509Certificates

Settings() public méthode

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.
Résultat System.Security.Cryptography.X509Certificates

Settings() public méthode

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.
Résultat System.Security.Cryptography.X509Certificates