Class WebRequestInfo

Hierarchy

Index

Constructor methods

Methods

Constructor methods

constructor(): WebRequestInfo

Returns

WebRequestInfo

Methods

public customFromJson(obj: any): boolean

Parameters

  • obj: any

Returns

boolean

public customWriteToXml(writer: XmlWriter, serializationContext: SerializationContext): boolean

Parameters

Returns

boolean

public fromJson(obj: any)

Parameters

  • obj: any

public get_body(): string

Returns

string

public get_headers(): any

Returns

any

public get_method(): string

Returns

string

public get_typeId(): string

Returns

string

public get_url(): string

Returns

string

public set_body(value: string)

Parameters

  • value: string

public set_headers(value: any)

Parameters

  • value: any

public set_method(value: string)

Parameters

  • value: string

public set_url(value: string)

Parameters

  • value: string

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters