C# SignalR client: making the HubConnection.On event give me a POCO instead of a JsonElement

前端 未结 0 779
逝去的感伤
逝去的感伤 2020-12-17 05:04

I have this:

var con = new HubConnectionBuilder().WithUrl(blah).Build();

//local function to do something with the response, takes object because I wasn\'t s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题