但我如何才能知道这个流的 MimeType 类型(例如:是 image/gif 还是 image/jpg 还是其它什么的)
WebClient client = new WebClient();
Stream stream = client.OpenRead(url);
4 个解决方案
#1
?
#2
没弄过,不过应该能从WebHeaderCollection中得到
#3
同上
#4
string.indexof()
#1
?
#2
没弄过,不过应该能从WebHeaderCollection中得到
#3
同上
#4
string.indexof()