We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem with this is that a user has access to a lot of things that I don't think make sense, eg:
endpointConfiguration.UseTransport<MsmqTransport>() .SubscriptionAuthorizer(context => { context.UpdateMessage(new byte[0]); return true; });
The text was updated successfully, but these errors were encountered:
Since the subscriptions are control messages should we only give them a readonly dictionary?
Sorry, something went wrong.
We should probably only pass in IncomingMessage. The Incoming Message doesn't allow to update the body.
No branches or pull requests
The problem with this is that a user has access to a lot of things that I don't think make sense, eg:
The text was updated successfully, but these errors were encountered: