Share via


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

Name Description
BaseTwitterContext(HttpContext, TwitterOptions)

Initializes a BaseTwitterContext

Properties

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

Applies to