ContentProvider Class

 

A default implementation of IContentProvider which gets the content from embedded resources within a provided set of assemblies.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Content.ContentProvider

public class ContentProvider : IContentProvider

NameDescription
System_CAPS_pubmethodContentProvider()

Creates a new instance of the ContentProvider looking for embedded resources in the assembly in which this class is defined.

System_CAPS_pubmethodContentProvider(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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContentStreamAsync(String)

System_CAPS_protmethodGetFullyQualifiedEmbeddedResourcePath(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".

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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: