Gets the normalized version of the given HTTP path.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public delegate string NormalizeHttpPath(
	string httpPath
)
Visual Basic
Public Delegate Function NormalizeHttpPath ( _
	httpPath As String _
) As String
Visual C++
public delegate String^ NormalizeHttpPath(
	String^ httpPath
)

Parameters

httpPath
Type: String
HTTP path to normalize.

Return Value

Normalized HTTP path.

See Also