Uri uri = new Uri(\"http://61.81.99.85:8585/MyWebSite/참치김치찌개.txt\", UriKind.Absolute);

StreamResourceInfo info = Application.GetResourceStream(uri);
StreamReader reader = new StreamReader(info.Stream, System.Text.Encoding.Unicode);
string text = reader.ReadToEnd();
MessageBox.Show(text);

서치를 해봐도 잘 안나오길래 질문올려....

마땅한 검색 결과가 안나와서 저런식의 방법으로 해봣는데 uri 경로에 대한 문제가 생기는데

혹시 하는 방법 아는형 있어?