Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 8, 2022 17:21
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/7511c2818cb39a6ee43743a2dea7f89b to your computer and use it in GitHub Desktop.
Save lgolubyev/7511c2818cb39a6ee43743a2dea7f89b to your computer and use it in GitHub Desktop.
internal static partial class MyCustomExtensions
{
[HubClientProxy]
public static partial IDisposable ClientRegistration<T>(this HubConnection connection, T provider);
[HubServerProxy]
public static partial T ServerProxy<T>(this HubConnection connection);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment