我如何才能知道这个流的 MimeType 类型(例如:是 image/gif 还是 image/jpg)

时间:2022-08-06 21:24:29
使用WebClient的OpenRead()方法获取网上的一个文件流。
但我如何才能知道这个流的 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()