BaseTwitterContext(HttpContext, TwitterOptions) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine BaseTwitterContext
public:
BaseTwitterContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::TwitterOptions ^ options);
public BaseTwitterContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.TwitterOptions options);
new Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.TwitterOptions -> Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext
Public Sub New (context As HttpContext, options As TwitterOptions)
Parameter
- context
- HttpContext
Die HTTP-Umgebung
- options
- TwitterOptions
Die Optionen für Twitter