SPWebApplication.GetRequestPath method

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Unsupported")> _
Protected Shared Function GetRequestPath ( _
    binding As String, _
    secure As Boolean _
) As String
'Usage
Dim binding As String
Dim secure As Boolean
Dim returnValue As String

returnValue = SPWebApplication.GetRequestPath(binding, _
    secure)
[ObsoleteAttribute("Unsupported")]
protected static string GetRequestPath(
    string binding,
    bool secure
)

Parameters

Return value

Type: System.String

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace