Show / Hide Table of Contents

Class Fingerprint

Inheritance
Object
Attribute
Fingerprint
Inherited Members
Attribute.ToByteArray(Byte[])
Namespace: Libplanet.Stun.Attributes
Assembly: Libplanet.Stun.dll
Syntax
public class Fingerprint : Attribute

Constructors

| Improve this Doc View Source

Fingerprint(UInt32)

Declaration
public Fingerprint(uint checksum)
Parameters
Type Name Description
UInt32 checksum

Properties

| Improve this Doc View Source

Type

Declaration
public override Attribute.AttributeType Type { get; }
Property Value
Type Description
Attribute.AttributeType
Overrides
Attribute.Type

Methods

| Improve this Doc View Source

EncodePayload(Byte[])

Declaration
protected override byte[] EncodePayload(byte[] transactionId)
Parameters
Type Name Description
Byte[] transactionId
Returns
Type Description
Byte[]
Overrides
Attribute.EncodePayload(Byte[])
| Improve this Doc View Source

FromMessage(Byte[])

Declaration
public static Fingerprint FromMessage(byte[] message)
Parameters
Type Name Description
Byte[] message
Returns
Type Description
Fingerprint
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium