Did a quick search for this but didn't seem to come up with anything relative. I'm sure there's some simple solution for this but I can't seem to find it, grr.
How do I make this statement work (eg. think it's all on one line)? I know I could put it all on one manually but that's ugly.
Code:string Data = "<s:Envelope s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">" " <s:Body>\n" " <u:SetAudioInputName xmlns:u="urn:schemas-upnp-org:service:AudioIn:1">\n" " <DesiredName>" , textBoxName.Text , "</DesiredName>\n" " </u:SetAudioInputName>\n" " </s:Body>\n" "</s:Envelope>";



LinkBack URL
About LinkBacks


