Good day. I do AIMPRemoteControl for UWP. The AIMP Control Plugin implements a json-rpc server to which special requests are sent and it sends responses to these requests. I made the implementation of sending requests myself, but it is necessary to somehow subscribe to the events that occur when the rpc server sends the information itself. Requests are sent via HttpWebRequest. Can anyone have any idea how to make it easier?