HttpWorkerRequest.GetVirtualPathToken Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the impersonation token for the request virtual path.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public virtual IntPtr GetVirtualPathToken()

Return Value

Type: System.IntPtr

An unmanaged memory pointer for the token for the request virtual path.

.NET Framework
Available since 1.1
Return to top
Show: