AdvancedLoggingPlugin.ManifestLogUrls Property

Gets the ManifestLogUrls.

Namespace:  Microsoft.Web.Media.Diagnostics
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property ManifestLogUrls As IList(Of String)
    Get
'Usage

Dim instance As AdvancedLoggingPlugin
Dim value As IList(Of String)

value = instance.ManifestLogUrls
public IList<string> ManifestLogUrls { get; }
public:
property IList<String^>^ ManifestLogUrls {
    IList<String^>^ get ();
}
member ManifestLogUrls : IList<string>
function get ManifestLogUrls () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>
A generic IList of type string.

Remarks

The manifest can specify a list of URLs to which advanced logs will be posted, which is populated from the LogUrl elements in the currently playing manifest. There is a separate list of URLs, ApplicationLogUrls that is populated by the application. These two lists describe all the URLs that will receive advanced logs.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

AdvancedLoggingPlugin Class

Microsoft.Web.Media.Diagnostics Namespace