5 implementations of Validate
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
31void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (1)
136void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
277public void Validate(ServiceEndpoint serviceEndpoint) { } 353public void Validate(ServiceEndpoint serviceEndpoint) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
237public void Validate(ServiceEndpoint serviceEndpoint) { }
1 reference to Validate
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (1)
233ieb.Validate(this);