StreamedHttpWebResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
具有流实现的 HttpWeb 响应包装器。
public ref class StreamedHttpWebResponse : Microsoft::VisualStudio::Utilities::Internal::IStreamedHttpWebResponse
public class StreamedHttpWebResponse : Microsoft.VisualStudio.Utilities.Internal.IStreamedHttpWebResponse
type StreamedHttpWebResponse = class
interface IStreamedHttpWebResponse
Public Class StreamedHttpWebResponse
Implements IStreamedHttpWebResponse
- 继承
-
StreamedHttpWebResponse
- 实现
构造函数
StreamedHttpWebResponse() |
具有流实现的 HttpWeb 响应包装器。 |
属性
ErrorCode |
获取或设置响应错误代码。 |
ExceptionCode |
获取或设置响应异常代码。 |
Response |
获取或设置响应本身。 |
StatusCode |
获取或设置响应状态代码。 |
方法
GetResponseStream() |
以流的形式获取响应。 |