Hi,
According to https://github.com/SignalR/SignalR/wiki/SignalR-JS-Client-Hubs :
name of hubs are camel cased and method names also.
So if I want to link class between server (hub) project and client
(javascript), I can't due to member casing.
So I would like to add a new property to JsTypeAttribute named "CamelCasing",
to have type and method names with camel casing, allowing to share (link) code
between projects.
Thanks.
Original issue reported on code.google.com by maitred...@gmail.com on 17 Oct 2012 at 2:21
Original issue reported on code.google.com by
maitred...@gmail.com
on 17 Oct 2012 at 2:21