Method | Description | |
---|---|---|
AddBindingParameters ( |
Passes data at runtime to bindings to support custom behavior.
|
|
ApplyClientBehavior ( |
Implements a modification or extension of the client across an endpoint.
|
|
ApplyDispatchBehavior ( |
Implements a modification or extension of the service across an endpoint.
|
|
ExportContract ( System.ServiceModel.Description.WsdlExporter exporter, System.ServiceModel.Description.WsdlContractConversionContext context ) : void |
Writes custom Web Services Description Language (WSDL) elements into the generated WSDL for a contract.
|
|
ExportEndpoint ( System.ServiceModel.Description.WsdlExporter exporter, System.ServiceModel.Description.WsdlEndpointConversionContext context ) : void |
Writes custom Web Services Description Language (WSDL) elements into the generated WSDL for an endpoint.
|
|
FlatWsdl ( ) : System |
Initializes a new instance of the FlatWsdl class.
|
|
Validate ( |
Confirms that the endpoint meets some intended criteria.
|
Method | Description | |
---|---|---|
ResolveImportedSchemas ( |
This method enumarates the schema imports in schema and adds the actual schemas resolved from schemaSet to importsList.
|
public AddBindingParameters ( |
||
endpoint | ||
bindingParameters | System.ServiceModel.Channels.BindingParameterCollection | |
return | void |
public ApplyClientBehavior ( |
||
endpoint | ||
clientRuntime | ||
return | void |
public ApplyDispatchBehavior ( |
||
endpoint | ||
endpointDispatcher | ||
return | void |
public ExportContract ( System.ServiceModel.Description.WsdlExporter exporter, System.ServiceModel.Description.WsdlContractConversionContext context ) : void | ||
exporter | System.ServiceModel.Description.WsdlExporter | |
context | System.ServiceModel.Description.WsdlContractConversionContext | |
return | void |
public ExportEndpoint ( System.ServiceModel.Description.WsdlExporter exporter, System.ServiceModel.Description.WsdlEndpointConversionContext context ) : void | ||
exporter | System.ServiceModel.Description.WsdlExporter | |
context | System.ServiceModel.Description.WsdlEndpointConversionContext | |
return | void |
public Validate ( |
||
endpoint | ||
return | void |