Show / Hide Table of Contents

Class WebFormsAuthMessageHandler

Inheritance
object
HttpMessageHandler
DelegatingHandler
MessageProcessingHandler
WebFormsAuthMessageHandler
Implements
IDisposable
Inherited Members
MessageProcessingHandler.SendAsync(HttpRequestMessage, CancellationToken)
DelegatingHandler.Dispose(bool)
DelegatingHandler.InnerHandler
HttpMessageHandler.Dispose()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Api.Internal.Auth
Assembly: DotNetNuke.Web.dll
Syntax
public class WebFormsAuthMessageHandler : MessageProcessingHandler, IDisposable

Constructors

WebFormsAuthMessageHandler()

Declaration
public WebFormsAuthMessageHandler()

Properties

AuthScheme

Declaration
public string AuthScheme { get; }
Property Value
Type Description
string

Methods

ProcessRequest(HttpRequestMessage, CancellationToken)

Declaration
protected override HttpRequestMessage ProcessRequest(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
Type Name Description
HttpRequestMessage request
CancellationToken cancellationToken
Returns
Type Description
HttpRequestMessage
Overrides
MessageProcessingHandler.ProcessRequest(HttpRequestMessage, CancellationToken)

ProcessResponse(HttpResponseMessage, CancellationToken)

Declaration
protected override HttpResponseMessage ProcessResponse(HttpResponseMessage response, CancellationToken cancellationToken)
Parameters
Type Name Description
HttpResponseMessage response
CancellationToken cancellationToken
Returns
Type Description
HttpResponseMessage
Overrides
MessageProcessingHandler.ProcessResponse(HttpResponseMessage, CancellationToken)

Implements

IDisposable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS