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

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

Declaration

public void Validate(
    ServiceEndpoint endpoint
)

Parameters

Name Type Description
endpoint ServiceEndpoint

A ServiceEndpoint object, specifying the endpoint.

See Also