FileWebResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 WebResponse 类的文件系统实现。
public ref class FileWebResponse : System::Net::WebResponse, System::Runtime::Serialization::ISerializable
public ref class FileWebResponse : System::Net::WebResponse, IDisposable, System::Runtime::Serialization::ISerializable
public ref class FileWebResponse : System::Net::WebResponse
public class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
[System.Serializable]
public class FileWebResponse : System.Net.WebResponse, IDisposable, System.Runtime.Serialization.ISerializable
[System.Serializable]
public class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
public class FileWebResponse : System.Net.WebResponse
type FileWebResponse = class
inherit WebResponse
interface ISerializable
[<System.Serializable>]
type FileWebResponse = class
inherit WebResponse
interface ISerializable
interface IDisposable
[<System.Serializable>]
type FileWebResponse = class
inherit WebResponse
interface ISerializable
Public Class FileWebResponse
Inherits WebResponse
Implements ISerializable
Public Class FileWebResponse
Inherits WebResponse
Implements IDisposable, ISerializable
Public Class FileWebResponse
Inherits WebResponse
- 继承
- 属性
- 实现
注解
FileWebResponse 类实现 WebResponseabstract
基类,以返回 FileWebRequest 类的文件系统资源。
客户端应用程序不直接创建 FileWebResponse 实例;而是通过在 FileWebRequest 实例上调用 GetResponse 方法来创建它们。
GetResponseStream 方法返回一个 Stream 实例,该实例提供对文件系统资源的只读访问权限。
FileWebResponse 类依赖于 File 类进行错误处理和代码访问安全性。
构造函数
FileWebResponse(SerializationInfo, StreamingContext) |
已过时.
已过时.
已过时.
从 SerializationInfo 和 StreamingContext 类的指定实例初始化 FileWebResponse 类的新实例。 |
属性
ContentLength |
获取文件系统资源中内容的长度。 |
ContentType |
获取文件系统资源的内容类型。 |
Headers |
获取与响应关联的标头名称/值对的集合。 |
IsFromCache |
获取一个 Boolean 值,该值指示是否从缓存获取此响应。 (继承自 WebResponse) |
IsMutuallyAuthenticated |
获取一个 Boolean 值,该值指示是否发生了相互身份验证。 (继承自 WebResponse) |
ResponseUri |
获取提供响应的文件系统资源的 URI。 |
SupportsHeaders |
获取一个值,该值指示 FileWebResponse 实例是否支持 Headers 属性。 |
SupportsHeaders |
获取一个值,该值指示是否支持标头。 (继承自 WebResponse) |
方法
Close() |
关闭响应流。 |
CreateObjRef(Type) |
创建一个对象,其中包含生成用于与远程对象通信的代理所需的所有相关信息。 (继承自 MarshalByRefObject) |
Dispose() |
释放 WebResponse 对象使用的非托管资源。 (继承自 WebResponse) |
Dispose(Boolean) |
释放 FileWebResponse 使用的非托管资源,并选择性地释放托管资源。 |
Dispose(Boolean) |
释放 WebResponse 对象使用的非托管资源,并选择性地释放托管资源。 (继承自 WebResponse) |
Equals(Object) |
确定指定的对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
用作默认哈希函数。 (继承自 Object) |
GetLifetimeService() |
已过时.
检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject) |
GetObjectData(SerializationInfo, StreamingContext) |
已过时.
使用序列化目标对象所需的数据填充 SerializationInfo。 |
GetObjectData(SerializationInfo, StreamingContext) |
已过时.
使用序列化目标对象所需的数据填充 SerializationInfo。 (继承自 WebResponse) |
GetResponseStream() |
从文件系统资源返回数据流。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
InitializeLifetimeService() |
已过时.
获取生存期服务对象来控制此实例的生存期策略。 (继承自 MarshalByRefObject) |
MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
MemberwiseClone(Boolean) |
创建当前 MarshalByRefObject 对象的浅表副本。 (继承自 MarshalByRefObject) |
ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |
显式接口实现
IDisposable.Dispose() |
此 API 支持产品基础结构,不能在代码中直接使用。 释放 FileWebResponse使用的所有资源。 |
IDisposable.Dispose() |
在派生类中重写时,释放 WebResponse使用的所有资源。 (继承自 WebResponse) |
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
已过时.
使用序列化 FileWebResponse所需的数据填充 SerializationInfo 实例。 |