INDDownloadEngine.Open(Uri, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- sessionIDBytes
-
Byte[]
byte[]
The session identifier used to identify the session. The session identifier must be 16 bytes.
- Attributes