UNPKG

@jaricardodev/ews-javascript-api

Version:
20 lines (11 loc) 560 B
// import {IEwsHttpWebResponse} from "../Interfaces/IEwsHttpWebResponse"; // export class EwsHttpWebResponse implements IEwsHttpWebResponse{ // private ContentEncoding: string; // private ContentType: string; // private Headers: any /*System.Net.WebHeaderCollection*/; // private ResponseUri: string /*Uri*/; // private StatusCode: any /*System.Net.HttpStatusCode*/; // private StatusDescription: string; // private ProtocolVersion: any /*System.Version*/; // private response: any /*System.Net.HttpWebResponse*/; // }