Request Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.PackageProvider.Bootstrap
Assembly: Microsoft.OneGet.PackageProvider.Bootstrap (in Microsoft.OneGet.PackageProvider.Bootstrap.dll)

Usage

'Usage
Dim instance As Request

Syntax

'Declaration
Public MustInherit Class Request
    Implements IDisposable
public abstract class Request : IDisposable
public ref class Request abstract : IDisposable
public abstract class Request implements IDisposable
public abstract class Request implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.OneGet.PackageProvider.Bootstrap.Request

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

Request Members
Microsoft.OneGet.PackageProvider.Bootstrap Namespace