Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Microsoft
Protocols
TestSuites
Common
ResponseSchemaValidationInspector
Validate
Microsoft.Protocols.TestSuites.Common.ResponseSchemaValidationInspector.Validate C# (CSharp) Method
ResponseSchemaValidationInspector Class Documentation
Exibir arquivo
Open project: OfficeDev/Interop-TestSuites
Validate()
public
method
Implement to confirm that the endpoint meets some intended criteria. The current implementation does nothing.
public
Validate
(
ServiceEndpoint
endpoint
) :
void
endpoint
System.ServiceModel.Description.ServiceEndpoint
The endpoint to validate.
return
void
public void Validate(ServiceEndpoint endpoint) { // Leave empty, do nothing }
ResponseSchemaValidationInspector
AddBindingParameters
AfterReceiveReply
ApplyClientBehavior
ApplyDispatchBehavior
BeforeSendRequest
Validate