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)

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

type WebConfigDocument = class end

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetApplicationSettings()

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

System_CAPS_pubmethodGetAssemblyRedirects()

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

System_CAPS_pubmethodGetConnectionStrings()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticLoad(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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: