C# Class Thinktecture.ServiceModel.Extensions.Metadata.MetadataService

Inheritance: IMetadataService
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
MetadataService ( ) : System

Creates a new instance of MetadataService class.

Private Methods

Méthode Description
GetMetadata ( ) : Message
ResolveMetadataServiceRuntimeProperties ( ) : void

This method resolves the instance of MetadataServiceRuntimeProperties class that is attached to the current service host and makes it available for the other members in this class during its lifetime.

This method is invoked by the constructor.

ResolvePhysicalMetadataFile ( Uri requestedUri ) : string

Resolves the physical metadata file path that corresponds to the request.

Method Details

MetadataService() public méthode

Creates a new instance of MetadataService class.
public MetadataService ( ) : System
Résultat System