Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the Hypertext Transfer Protocol (HTTP) utility for handling authentication and cache time spans.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.WebApi.Framework.HttpUtility
Syntax
public static class HttpUtility
public ref class HttpUtility abstract sealed
Public NotInheritable Class HttpUtility
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetWindowsIdentityOfCurrentUser(Boolean) | Retrieves the Windows identity of the current user. |
![]() ![]() |
GetWindowsIdentityOfCurrentUser(Boolean, HttpSessionState) | Retrieves the Windows identity of the current user by specifying the HTTP session. |
![]() ![]() |
SetValidTimeSpanForCache(TimeSpan) | Specifies the amount of time that the cache is valid. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top