BaseTwitterContext Class

Definition

Base class for other Twitter contexts.

public ref class BaseTwitterContext : Microsoft::AspNetCore::Authentication::BaseContext
public class BaseTwitterContext : Microsoft.AspNetCore.Authentication.BaseContext
type BaseTwitterContext = class
    inherit BaseContext
Public Class BaseTwitterContext
Inherits BaseContext
Inheritance
BaseTwitterContext
Derived

Constructors

BaseTwitterContext(HttpContext, TwitterOptions)

Initializes a BaseTwitterContext

Properties

HttpContext (Inherited from BaseContext)
Options
Request (Inherited from BaseContext)
Response (Inherited from BaseContext)

Applies to