Show / Hide Table of Contents

Class DnnContextMessageHandler

Inheritance
object
HttpMessageHandler
DelegatingHandler
MessageProcessingHandler
DnnContextMessageHandler
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
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnContextMessageHandler : MessageProcessingHandler, IDisposable

Constructors

DnnContextMessageHandler()

Declaration
public DnnContextMessageHandler()

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