Show / Hide Table of Contents

Class Attribute

Inheritance
Object
Attribute
ConnectionId
ErrorCode
Fingerprint
Lifetime
MessageIntegrity
Nonce
Realm
RequestedTransport
Software
Username
XorMappedAddress
XorPeerAddress
XorRelayedAddress
Namespace: Libplanet.Stun.Attributes
Assembly: Libplanet.Stun.dll
Syntax
public abstract class Attribute : object

Properties

| Improve this Doc View Source

Type

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

Methods

| Improve this Doc View Source

EncodePayload(Byte[])

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

ToByteArray(Byte[])

Declaration
public byte[] ToByteArray(byte[] transactionId = null)
Parameters
Type Name Description
Byte[] transactionId
Returns
Type Description
Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium