Skip to main content

FormsAuthenticationEndpointBehavior.Validate(ServiceEndpoint) Method

Examines the description tree and a corresponding runtime object to ensure it conforms to some set of criteria.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void Validate(
    ServiceEndpoint endpoint
)

Parameters

Name Type Description
endpoint ServiceEndpoint

A ServiceEndpoint object, specifying the endpoint.

See Also