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