C# Класс System.Net.Http.HttpRequestMessageExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
User ( this message ) : IPrincipal

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

Описание методов

User() публичный статический Метод

Returns the IPrincipal instance authenticated and stored by the MembershipAuthenticationHandler on the ongoing request.
public static User ( this message ) : IPrincipal
message this this (request)
Результат IPrincipal