Skip to main content
A newer version of this page is available. .

FormsAuthenticationMessageInspector.AfterReceiveReply(ref Message, Object) Method

Ensures that no invalid messages received from the service are relayed to the client user code.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void AfterReceiveReply(
    ref Message reply,
    object correlationState
)

Parameters

Name Type Description
reply Message

A Message reference.

correlationState Object

A Object value.

See Also