Freigeben über


INDDownloadEngine.Open(Uri, Byte[]) Methode

Definition

Benachrichtigt die Download-Engine, den durch eine URL angegebenen Inhalt zu öffnen.

public:
 void Open(Uri ^ uri, Platform::Array <byte> ^ sessionIDBytes);
void Open(Uri const& uri, winrt::array_view <byte> const& sessionIDBytes);
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void Open(Uri const& uri, winrt::array_view <byte> const& sessionIDBytes);
public void Open(System.Uri uri, byte[] sessionIDBytes);
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void Open(System.Uri uri, byte[] sessionIDBytes);
function open(uri, sessionIDBytes)
Public Sub Open (uri As Uri, sessionIDBytes As Byte())

Parameter

uri
Uri Uri

Der URI, aus dem die Download-Engine Inhalte abruft.

sessionIDBytes

Byte[]

byte[]

Der Sitzungsbezeichner, der zum Identifizieren der Sitzung verwendet wird. Der Sitzungsbezeichner muss 16 Byte betragen.

Attribute

Gilt für: