Back to Devexpress

FormsAuthenticationMessageInspector Class

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-588d9944.md

latest1.9 KB
Original Source

FormsAuthenticationMessageInspector Class

Used to detect the authentication cookie by the FormsAuthenticationEndpointBehavior class.

Namespace : DevExpress.ReportServer.ServiceModel.Client

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class FormsAuthenticationMessageInspector :
    IClientMessageInspector
vb
Public Class FormsAuthenticationMessageInspector
    Implements IClientMessageInspector

Remarks

The FormsAuthenticationEndpointBehavior class uses a FormsAuthenticationMessageInspector to detect the authentication cookie shared by an AuthenticationServiceClient and the ReportServiceClient.

Inheritance

Object FormsAuthenticationMessageInspector

See Also

FormsAuthenticationMessageInspector Members

AuthenticationServiceClient

DevExpress.ReportServer.ServiceModel.Client Namespace