Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Interface to be implemented by Attributes that can authorize the invocation of IHub methods.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IAuthorizeHubMethodInvocation
'Usage
Dim instance As IAuthorizeHubMethodInvocation
public interface IAuthorizeHubMethodInvocation
public interface class IAuthorizeHubMethodInvocation
type IAuthorizeHubMethodInvocation = interface end
public interface IAuthorizeHubMethodInvocation
The IAuthorizeHubMethodInvocation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AuthorizeHubMethodInvocation | Given a IHubIncomingInvokerContext , determine whether client is authorized to invoke the IHub method. |
Top