IStreamedHttpWebResponse Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HttpWeb response wrapper interface.
public interface class IStreamedHttpWebResponse
public interface IStreamedHttpWebResponse
type IStreamedHttpWebResponse = interface
Public Interface IStreamedHttpWebResponse
- Derived
Properties
ErrorCode |
Gets response error code. |
ExceptionCode |
Gets response exception code. |
StatusCode |
Gets response status code. |
Methods
GetResponseStream() |
Get response as a stream. |