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

Inheritance: IMetadataService
Mostra file Open project: WSCF/WSCF

Public Methods

Method Description
MetadataService ( ) : System

Creates a new instance of MetadataService class.

Private Methods

Method 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 method

Creates a new instance of MetadataService class.
public MetadataService ( ) : System
return System