Click or drag to resize
HttpRequestExtensionsGetEffectiveUrl Method (IRequest)
Returns effective URL with correct port number based on IsSSL property for Url property.

Namespace: CMS.Helpers.Extensions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static Uri GetEffectiveUrl(
	this IRequest request
)

Parameters

request
Type: CMS.BaseIRequest
IRequest object.

Return Value

Type: Uri

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRequest. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest
Remarks
When SSL offloading proxy is used Url does not contain valid port and scheme.
See Also