用DOM实现文章采集--采集到网页源码(16)
来源:未知 责任编辑:责任编辑 发表时间:2014-04-20 03:40 点击:次
/// <summary>
/// 内容类型
/// </summary>
public string ContentType
{
get
{
return this._ContentType;
}
set
{
this._ContentType = value;
}
}
/// <summary>
/// 状态代码
/// </summary>
public HttpStatusCode StatusCode
{
get
{
return this._StatusCode;
}
set
{
this._StatusCode = value;
}
}
}
}
摘自 winner2050的专栏
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>