ContentProvider Class
A default implementation of IContentProvider which gets the content from embedded resources within a provided set of assemblies.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | ContentProvider() | Creates a new instance of the ContentProvider looking for embedded resources in the assembly in which this class is defined. |
![]() | ContentProvider(IEnumerable<EmbeddedResourcesInfo^>^) | Creates a new instance of the ContentProvider with a given set of assemblies to look for embedded resources in. The assemblies are searched in the order provided which means that if the same embedded resource exists in multiple assemblies then the first one found will be returned. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetContentStreamAsync(String^) | |
![]() | GetFullyQualifiedEmbeddedResourcePath(String^, String^) | Create a fully qualified embedded resource path by first converting a path of the form "path1/path2/path3" to one of "path1.path2.path3" following convention embedded resource naming, and then fully qualify it with the default CLR name space so that it becomes "prefix.path1.path2.path3". |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.

