Skip to content

Class: HttpResponseContentProxy

Hierarchy

  • HttpResponseContentProxy

Implements

Summary

Constructors

Methods

Class Methods

Inherited Methods

Currently none inherited from the parent class(es).

Constructors

constructor

+ new HttpResponseContentProxy(url: any, responseAndData: any): HttpResponseContentProxy

Parameters:

Name Type
url any
responseAndData any

Returns: HttpResponseContentProxy

Methods

getData

getData(): any

Implementation of IHttpResponseContent

Returns: any


toFile

toFile(destinationFilePath?: string): File

Implementation of IHttpResponseContent

Parameters:

Name Type
destinationFilePath? string

Returns: File


toImage

toImage(): any

Implementation of IHttpResponseContent

Returns: any


toString

toString(): string

Implementation of IHttpResponseContent

Returns: string