Show / Hide Table of Contents

Class RefreshSuccessResponse

Inheritance
Object
StunMessage
RefreshSuccessResponse
Inherited Members
StunMessage.TransactionId
StunMessage.Attributes
StunMessage.ParseAsync(Stream, CancellationToken)
StunMessage.Encode(IStunContext)
StunMessage.GetAttribute<T>()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Stun.Messages
Assembly: Libplanet.Stun.dll
Syntax
public class RefreshSuccessResponse : 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

Lifetime

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