Class GetPackageHashResponse
public sealed class GetPackageHashResponse
- Inheritance
-
GetPackageHashResponse
- Inherited Members
- Extension Methods
Constructors
GetPackageHashResponse(MessageResponseCode, string)
public GetPackageHashResponse(MessageResponseCode responseCode, string hash)
Parameters
responseCode
MessageResponseCodehash
string
Properties
Hash
public string Hash { get; }
Property Value
ResponseCode
public MessageResponseCode ResponseCode { get; }