C# Class System.Net.Http.HttpRequestMessageExtensions

Mostra file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Public Methods

Method Description
User ( this message ) : IPrincipal

Returns the IPrincipal instance authenticated and stored by the MembershipAuthenticationHandler on the ongoing request.

Method Details

User() public static method

Returns the IPrincipal instance authenticated and stored by the MembershipAuthenticationHandler on the ongoing request.
public static User ( this message ) : IPrincipal
message this this (request)
return IPrincipal