C# 클래스 CrownPeak.SearchG2.Common.Settings

Wrap the required settings for operations to be executed on CrownPeak SearchG2.
파일 보기 프로젝트 열기: Crownpeak/Search-Results-Examples 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Settings() 공개 메소드

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

Settings() 공개 메소드

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.
리턴 System.Security.Cryptography.X509Certificates

Settings() 공개 메소드

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.
리턴 System.Security.Cryptography.X509Certificates

Settings() 공개 메소드

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.
리턴 System.Security.Cryptography.X509Certificates

Settings() 공개 메소드

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.
리턴 System.Security.Cryptography.X509Certificates