FormsAuthenticationMessageInspector.BeforeSendRequest(ref Message, IClientChannel) Method
Ensures that no invalid messages are sent to the service.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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