Show / Hide Table of Contents

Class BindingSuccessResponse

Inheritance
Object
StunMessage
BindingSuccessResponse
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 BindingSuccessResponse : 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

MappedAddress

Declaration
public IPEndPoint MappedAddress { get; }
Property Value
Type Description
IPEndPoint
| 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