Share via


WebConfigDocument Class

 

Provides functionality for loading, parsing, and accessing a Web.config file.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.WebConfigDocument

Syntax

public class WebConfigDocument
public ref class WebConfigDocument 
type WebConfigDocument = class end
Public Class WebConfigDocument

Constructors

Name Description
System_CAPS_protmethod WebConfigDocument(XDocument)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetApplicationSettings()

Gets the set of application settings provided by the configuration file.

System_CAPS_pubmethod GetAssemblyRedirects()

Gets the set of assembly redirect provided by the configuration file.

System_CAPS_pubmethod GetConnectionStrings()

Gets the set of connection string provided by the configuration file.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Load(String, String)

Loads a given fileName from a given path and returns a WebConfigDocument or null if file is not found or is invalid.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top