I am trying to construct an HTTP message like this
-------------------------------------------------------------
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1982
MAN: "ssdp:discover"
ST: wifi_bulb
-------------------------------------------------------------
But I cannot figure out how to change this part of a request
M-SEARCH * HTTP/1.1
It seems that HttpRequestMessage has its own pre-defined start line, that I can't change
Thanks!