|
FormatSpecificationBehaviorValidate Method
|
Implement to confirm that the endpoint meets some intended criteria.
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.246-beta
Syntaxpublic void Validate(
ServiceEndpoint endpoint
)
Public Sub Validate (
endpoint As ServiceEndpoint
)
public:
virtual void Validate(
ServiceEndpoint^ endpoint
) sealed
abstract Validate :
endpoint : ServiceEndpoint -> unit
override Validate :
endpoint : ServiceEndpoint -> unit
function Validate(endpoint);
View SourceParameters
- endpoint ServiceEndpoint
- The endpoint to validate.
Implements
IEndpointBehaviorValidate(ServiceEndpoint)
See Also