Show / Hide Table of Contents

Class Attribute

Inheritance
Object
Attribute
ConnectionId
ErrorCode
Fingerprint
Lifetime
MessageIntegrity
Nonce
Realm
RequestedTransport
Software
Username
XorMappedAddress
XorPeerAddress
XorRelayedAddress
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Stun.Attributes
Assembly: Libplanet.Stun.dll
Syntax
public abstract class Attribute

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–2023 Planetarium