java命名空间javax.xml.soap类attachmentpart成员方法:
getcontentlocation定义参考
本文导语:
getcontentlocation
public string getcontentlocation()
获取名为 "content-location" 的 mime 头的值。
返回:给出 "content-location" 头值的 string;如果不存在此类字符串,则返回 null
getcontentlocation
public string getcontentlocation()
- 获取名为 "content-location" 的 mime 头的值。
- 返回:
- 给出 "content-location" 头值的
string
;如果不存在此类字符串,则返回 null