3 references to HubMethodNameAttribute
Microsoft.AspNetCore.SignalR.Core (3)
HubMethodNameAttribute.cs (1)
18
/// Initializes a new instance of <see cref="
HubMethodNameAttribute
"/> class.
Internal\DefaultHubDispatcher.cs (1)
786
methodInfo.GetCustomAttribute<
HubMethodNameAttribute
>()?.Name ??
Internal\TypedClientBuilder.cs (1)
165
interfaceMethodInfo.GetCustomAttribute<
HubMethodNameAttribute
>()?.Name ??