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

The FacebookHttpSession type exposes the following members.

Methods

  NameDescription
Add
Adds the specified value to the session state using the specified key.
Clear
Removes all items from the session state.
ContainsKey
Gets a Boolean value representing whether an item with the specified key is contained in the session state.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Merge
Copies data from the specified HttpContext object into the FacebookHttpSession object.
Remove
Removes the specified item from the session state.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TryGetValue
Gets the session state item associated with the specified key.

Explicit Interface Implementations

  NameDescription
ICollection<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>)..::.Add
ICollection<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>)..::.Contains
ICollection<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>)..::.CopyTo
IEnumerable<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>)..::.GetEnumerator
IEnumerable..::.GetEnumerator
ICollection<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>)..::.Remove

See Also

FacebookHttpSession Class
Facebook.Web Namespace