StreamLink.NET  7.1.6-7.1.6-3952-ee12172
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.IWebRequestParameters Interface Reference

Contains the parameters needed to call a specific Liberator web module. More...

Properties

string PostBody [get]
 Returns the contents of the HTTP post body that should be used (to specify parameters) More...
 
string Url [get]
 Returns the URL that must be used to invoke the required web module More...
 

Detailed Description

Contains the parameters needed to call a specific Liberator web module.

Call the createWebRequestParameters method of the StreamLink object to obtain these parameters for the specified web module.

Property Documentation

string Caplin.StreamLink.IWebRequestParameters.PostBody
get

Returns the contents of the HTTP post body that should be used (to specify parameters)

** with the web module URL.

  • the HTTP post body text.
string Caplin.StreamLink.IWebRequestParameters.Url
get

Returns the URL that must be used to invoke the required web module

  • the web module URL.

Generated on Tue Apr 28 2020 06:25:31 for StreamLink.NET