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.v18.2.Core.dll

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