Show / Hide Table of Contents

Class RefreshErrorResponse

Inheritance
Object
StunMessage
RefreshErrorResponse
Inherited Members
StunMessage.TransactionId
StunMessage.Attributes
StunMessage.ParseAsync(Stream, CancellationToken)
StunMessage.Encode(IStunContext)
StunMessage.GetAttribute<T>()
Namespace: Libplanet.Stun.Messages
Assembly: Libplanet.Stun.dll
Syntax
public class RefreshErrorResponse : StunMessage

Properties

| Improve this Doc View Source

Class

Declaration
public override StunMessage.MessageClass Class { get; }
Property Value
Type Description
StunMessage.MessageClass
Overrides
StunMessage.Class
| Improve this Doc View Source

ErrorCode

Declaration
public int ErrorCode { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Method

Declaration
public override StunMessage.MessageMethod Method { get; }
Property Value
Type Description
StunMessage.MessageMethod
Overrides
StunMessage.Method
| Improve this Doc View Source

Nonce

Declaration
public byte[] Nonce { get; }
Property Value
Type Description
Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium