C# Class WebApp.Controllers.Api.BaseController

Inheritance: Controller
Afficher le fichier Open project: hudl/black-mesa

Méthodes publiques

Méthode Description
BaseController ( ) : System.Configuration

Méthodes protégées

Méthode Description
GetPageSource ( string url, string>.Dictionary headers ) : Task
JsonNet ( object data, bool alreadyJson = false ) : System.Web.Mvc.JsonNetResult
OnServerCertificateValidationCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

BaseController() public méthode

public BaseController ( ) : System.Configuration
Résultat System.Configuration

GetPageSource() protected méthode

protected GetPageSource ( string url, string>.Dictionary headers ) : Task
url string
headers string>.Dictionary
Résultat Task

JsonNet() protected static méthode

protected static JsonNet ( object data, bool alreadyJson = false ) : System.Web.Mvc.JsonNetResult
data object
alreadyJson bool
Résultat System.Web.Mvc.JsonNetResult

OnServerCertificateValidationCallback() protected méthode

protected OnServerCertificateValidationCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
sslPolicyErrors SslPolicyErrors
Résultat bool