ReleaseLicenseRequest
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
object ← ReleaseLicenseRequest
Implements
IMessage<ReleaseLicenseRequest>, IEquatable<ReleaseLicenseRequest>, IDeepCloneable<ReleaseLicenseRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ReleaseLicenseRequest()
ReleaseLicenseRequest(ReleaseLicenseRequest)
Parameters
Name
Description
Fields
ClientIdFieldNumber
Field number for the "client_id" field.
Field Value
ClientNameFieldNumber
Field number for the "client_name" field.
Field Value
LicenseTokenFieldNumber
Field number for the "license_token" field.
Field Value
MachineIdFieldNumber
Field number for the "machine_id" field.
Field Value
Properties
ClientId
Property Value
ClientName
Property Value
Descriptor
Property Value
MessageDescriptor
LicenseToken
Property Value
MachineId
Property Value
Parser
Property Value
MessageParser<ReleaseLicenseRequest>
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(ReleaseLicenseRequest)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(ReleaseLicenseRequest)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated