Show / Hide Table of Contents

Class LicensePublisherResponse

Represents the response sent from license publisher to license client.

Inheritance
System.Object
LicensePublisherResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public class LicensePublisherResponse

Constructors

Name Description
LicensePublisherResponse(License)

Initializes a new instance of LicensePublisherResponse object encapsulates a License object.

LicensePublisherResponse(String)

Initializes a new instance of LicensePublisherResponse object encapsulates an error message.

Properties

Name Description
ErrorMessage

Gets the encapsulated error message.

License

Gets the encapsulated License object.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest