Skip to main content

FormsAuthenticationMessageInspector.BeforeSendRequest(ref Message, IClientChannel) Method

Ensures that no invalid messages are sent to the service.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public object BeforeSendRequest(
    ref Message request,
    IClientChannel channel
)

Parameters

Name Type Description
request Message

A Message reference.

channel IClientChannel

An object implementing the IClientChannel interface.

Returns

Type Description
Object

A Object value.

See Also