Show / Hide Table of Contents

Class ConnectionId

Inheritance
Object
Attribute
ConnectionId
Inherited Members
Attribute.ToByteArray(Byte[])
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 class ConnectionId : Attribute

Constructors

| Improve this Doc View Source

ConnectionId(Byte[])

Declaration
public ConnectionId(byte[] value)
Parameters
Type Name Description
Byte[] value

Properties

| Improve this Doc View Source

Type

Declaration
public override Attribute.AttributeType Type { get; }
Property Value
Type Description
Attribute.AttributeType
Overrides
Attribute.Type
| Improve this Doc View Source

Value

Declaration
public byte[] Value { get; }
Property Value
Type Description
Byte[]

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
In This Article
Back to top Copyright © 2018–2023 Planetarium