Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Attributes to control Hub binding #625

Closed
analogrelay opened this issue Jun 30, 2017 · 1 comment
Closed

Attributes to control Hub binding #625

analogrelay opened this issue Jun 30, 2017 · 1 comment

Comments

@analogrelay
Copy link
Contributor

[HubName("MyFancyHub")]
public class MyHub : Hub {
    [HubMethodName("Bar")]
    public void Foo() { ... }
}

/cc @davidfowl

Not needed for the alpha, just polish.

@analogrelay
Copy link
Contributor Author

HubName isn't really relevant since we do one-hub-per-endpoint and you bind endpoints to urls.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants