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)

System::Object
  Microsoft.WindowsServerSolutions.WebApi.Framework::HttpUtility

public ref class HttpUtility abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetWindowsIdentityOfCurrentUser(Boolean)

Retrieves the Windows identity of the current user.

System_CAPS_pubmethodSystem_CAPS_staticGetWindowsIdentityOfCurrentUser(Boolean, HttpSessionState^)

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

System_CAPS_pubmethodSystem_CAPS_staticSetValidTimeSpanForCache(TimeSpan)

Specifies the amount of time that the cache is valid.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: