INDDownloadEngine.Open(Uri, Byte[]) Method

Definition

Notifies the download engine to open the content specified by a URL.

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

Parameters

uri
Uri Uri

The URI from which the download engine gets content.

sessionIDBytes

Byte[]

byte[]

The session identifier used to identify the session. The session identifier must be 16 bytes.

Attributes

Applies to