Freigeben über


SPWebApplication.GetRequestPath-Methode

HINWEIS: Diese API ist veraltet.

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

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
)

Parameter

Rückgabewert

Typ: System.String

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace