SubscriptionVerification Class

Subscription verification data from Facebook as part of Realtime Updates.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.Models.SubscriptionVerification

Namespace:  Microsoft.AspNet.Mvc.Facebook.Models
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
<FromUriAttribute(Name := "hub")> _
Public Class SubscriptionVerification
'Usage
Dim instance As SubscriptionVerification
[FromUriAttribute(Name = "hub")]
public class SubscriptionVerification
[FromUriAttribute(Name = L"hub")]
public ref class SubscriptionVerification
[<FromUriAttribute(Name = "hub")>]
type SubscriptionVerification =  class end
public class SubscriptionVerification

The SubscriptionVerification type exposes the following members.

Constructors

  Name Description
Public method SubscriptionVerification

Top

Properties

  Name Description
Public property Challenge Gets or sets the challenge string.
Public property Mode Gets or sets the mode.
Public property Verify_Token Gets or sets the verify_token.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Mvc.Facebook.Models Namespace