Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 8, 2022 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/f0957f0fffcb010f9d4f6d6ca62e3d48 to your computer and use it in GitHub Desktop.
Save lgolubyev/f0957f0fffcb010f9d4f6d6ca62e3d48 to your computer and use it in GitHub Desktop.
[AttributeUsage(AttributeTargets.Method)]
internal class HubServerProxyAttribute : Attribute
{
}
[AttributeUsage(AttributeTargets.Method)]
internal class HubClientProxyAttribute : Attribute
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment