Class XorMappedAddress
Inheritance
XorMappedAddress
Assembly: Libplanet.Stun.dll
Syntax
public class XorMappedAddress : Attribute
Constructors
|
Improve this Doc
View Source
XorMappedAddress(IPEndPoint)
Declaration
public XorMappedAddress(IPEndPoint endPoint)
Parameters
Type |
Name |
Description |
IPEndPoint |
endPoint |
|
Properties
|
Improve this Doc
View Source
EndPoint
Declaration
public IPEndPoint EndPoint { get; }
Property Value
Type |
Description |
IPEndPoint |
|
|
Improve this Doc
View Source
Type
Declaration
public override Attribute.AttributeType Type { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
EncodePayload(Byte[])
Declaration
protected override byte[] EncodePayload(byte[] transactionId)
Parameters
Type |
Name |
Description |
Byte[] |
transactionId |
|
Returns
Overrides
|
Improve this Doc
View Source
Parse(Byte[], Byte[])
Declaration
public static XorMappedAddress Parse(byte[] bytes, byte[] transactionId)
Parameters
Type |
Name |
Description |
Byte[] |
bytes |
|
Byte[] |
transactionId |
|
Returns