36 implementations of Validate
System.ServiceModel (22)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
168void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1683public void Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
766void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1446public void Validate(ServiceEndpoint serviceEndpoint) { }
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
28void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\CallbackTimeoutsBehavior.cs (1)
40void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\ClientCredentials.cs (1)
265void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\ClientUriBehavior.cs (1)
36void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\DispatcherBuilder.cs (3)
1205public void Validate(ServiceEndpoint serviceEndpoint) { } 1263public void Validate(ServiceEndpoint serviceEndpoint) { } 1318public void Validate(ServiceEndpoint serviceEndpoint) { }
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
36void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\MustUnderstandBehavior.cs (1)
28void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\SynchronousReceiveBehavior.cs (1)
14void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Description\TransactedBatchingBehavior.cs (1)
39void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (1)
49void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
45void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Dispatcher\PeerValidationBehavior.cs (1)
44void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
113void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
58void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\MsmqIntegration\MsmqIntegrationValidationBehavior.cs (1)
29void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
279public void Validate(ServiceEndpoint serviceEndpoint) { }
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
619void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
372public void Validate(ServiceEndpoint endpoint)
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\DiscoveryCallbackBehavior.cs (1)
37void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\DiscoveryEndpointValidator.cs (1)
39void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\DiscoveryOperationContextExtensionInitializer.cs (1)
38void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\DiscoveryViaBehavior.cs (1)
62void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\EndpointDiscoveryBehavior.cs (1)
120void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
188void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\UdpContractFilterBehavior.cs (1)
41public void Validate(ServiceEndpoint endpoint)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
74void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
221public void Validate(ServiceEndpoint endpoint)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
67public void Validate(ServiceEndpoint endpoint)
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
329public virtual void Validate(ServiceEndpoint endpoint)
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeServicesBehavior.cs (1)
85public void Validate(ServiceEndpoint endpoint)
7 references to Validate
System.ServiceModel (6)
System\ServiceModel\Description\ServiceEndpoint.cs (6)
243(PartialTrustValidationBehavior.Instance as IEndpointBehavior).Validate(this); 245(PeerValidationBehavior.Instance as IEndpointBehavior).Validate(this); 247(TransactionValidationBehavior.Instance as IEndpointBehavior).Validate(this); 248(SecurityValidationBehavior.Instance as IEndpointBehavior).Validate(this); 249(System.ServiceModel.MsmqIntegration.MsmqIntegrationValidationBehavior.Instance as IEndpointBehavior).Validate(this); 254ieb.Validate(this);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryCallbackBehavior.cs (1)
39((IEndpointBehavior)this.innerCallbackBehavior).Validate(endpoint);