vb.net Windows フォーム アプリケーションを作成し、URL から Web サービスを使用します。
url = "http://localhost:1264/api/products"
request = DirectCast(WebRequest.Create(url), HttpWebRequest)
response = DirectCast(request.GetResponse(), HttpWebResponse)
構成セクション (appConfig) に URL 文字列を追加し、この文字列をコードで使用したいと考えています。どうすればこれを行うことができますか。助けてください