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

Gets a reference to the current FacebookHttpSession object at the time of the event.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookHttpSession Session { get; private set; }
Visual Basic (Declaration)
Public Property Session As FacebookHttpSession
Visual C++
public:
property FacebookHttpSession^ Session {
	FacebookHttpSession^ get ();
	void set (FacebookHttpSession^ value);
}

See Also

FacebookWebEventArgs Class
Facebook.Web Namespace