Class PushHubOptionsAttribute
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class PushHubOptionsAttribute : Attribute
- Inheritance
-
objectAttributePushHubOptionsAttribute
Fields
RequiresRegistration
Require push-client to register, by invoking the PUSH_EVENT_REGISTER method.
public bool RequiresRegistration
Field Value
RestrictToService
Restrict push-client to this service. When client tries to invoke an action outside of this service it will fail.
public bool RestrictToService