Class Fingerprint
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
Overrides
Methods
|
Improve this Doc
View Source
EncodePayload(Byte[])
Declaration
protected override byte[] EncodePayload(byte[] transactionId)
Parameters
Type |
Name |
Description |
Byte[] |
transactionId |
|
Returns
Overrides
|
Improve this Doc
View Source
FromMessage(Byte[])
Declaration
public static Fingerprint FromMessage(byte[] message)
Parameters
Type |
Name |
Description |
Byte[] |
message |
|
Returns