Share via


HttpUtility Class

 

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
System_CAPS_pubmethodSystem_CAPS_static GetWindowsIdentityOfCurrentUser(Boolean)

Retrieves the Windows identity of the current user.

System_CAPS_pubmethodSystem_CAPS_static GetWindowsIdentityOfCurrentUser(Boolean, HttpSessionState)

Retrieves the Windows identity of the current user by specifying the HTTP session.

System_CAPS_pubmethodSystem_CAPS_static 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