Skip to main content

%ZEN.Mobile.RSS.HttpRequestCreator

Class %ZEN.Mobile.RSS.HttpRequestCreator [ Abstract, Deprecated, System = 3 ]

Base callback class to allow an Application to perform feed-specific initialization of a %Net.HttpRequest object.

Methods

CreateHttpRequest

ClassMethod CreateHttpRequest(pApplication As %String = "", pFeedURL As %String = "", Output pHttpRequest As %Net.HttpRequest) As %Status

Customizable callback that should create a %Net.HttpRequest object specific to the Application and Feed specified by pApplication and pFeedURL.