WebRequestFactoryCreateHttpWebRequest Method

TIBCO Spotfire 11.4 API Reference

Note: This API is now obsolete.

This API is obsolete instead use CreateHttp(Uri).

Namespace:  Spotfire.Dxp.Framework.HttpClient
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
[ObsoleteAttribute("Use WebRequest.CreateHttp(Uri) to create a requests.")]
public static HttpWebRequest CreateHttpWebRequest(
	Uri uri
)

Parameters

uri
Type: SystemUri
The URI for which to create the request.

Return Value

Type: HttpWebRequest
A new HttpWebRequest for the specific uri.
Version Information

Supported in: 7.11
Obsolete (compiler warning) in 11.4
Obsolete (compiler warning) in 11.3
Obsolete (compiler warning) in 11.2
Obsolete (compiler warning) in 11.1
Obsolete (compiler warning) in 11.0
Obsolete (compiler warning) in 10.10
See Also

Reference