[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:Facebook.Web"]

Classes

  ClassDescription
FacebookHttpApplication
The base class that should be derived from by web applications using the .NET Facebook Client.
FacebookHttpContext
A web-specific implementation of FacebookContextBase<(Of <(TCache, TSession>)>) that encapsulates all Facebook-specific information about an individual HTTP request for a Facebook web application.
FacebookHttpRequest
Enables ASP.NET to read the Facebook-specific HTTP values sent by a client and the Facebook API during a Facebook Web request.
FacebookHttpSession
Provides access to session-state values as well as session-level data about the HTTP request.
FacebookWebEventArgs
FacebookWebEventArgs is the base class for classes containing data about a FacebookWebEventHandler event.
HttpCache
An implementation of ICacheWrapper that provides access to the ASP.NET HTTP Cache (Cache).

Delegates

  DelegateDescription
FacebookWebEventHandler
Represents the method that will handle an event that happens during processing of an event in a Facebook web application.