Generates a proxy URL given a destination URL. This is useful for accessing cross-domain URI based resources such as REST services or Images (GET method only). The returned proxy url eliminates CrossDomain.xml and ClientAccessPolicy.xml security restrictions.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public Uri GetProxyURI(
	string destinationURL
)
Public Function GetProxyURI ( _
	destinationURL As String _
) As Uri

Parameters

destinationURL
String
The URL that will be accessed

Return Value

A proxied URI for accessing the destinationURL

See Also