C# Class DeployToAzure.PackageManifest

Inheritance: IDisposable
Datei anzeigen Open project: mg-alfa-dev/DeployToAzure Class Usage Examples

Public Properties

Property Type Description
ManifestStream PartStream

Public Methods

Method Description
Dispose ( ) : void
PackageManifest ( PartStream manifestStream ) : System
SetHash ( Uri targetUri, byte sha2Hash ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PackageManifest() public method

public PackageManifest ( PartStream manifestStream ) : System
manifestStream PartStream
return System

SetHash() public method

public SetHash ( Uri targetUri, byte sha2Hash ) : void
targetUri System.Uri
sha2Hash byte
return void

Property Details

ManifestStream public_oe property

public PartStream,DeployToAzure ManifestStream
return PartStream