Class Lifetime
Assembly: Libplanet.Stun.dll
Syntax
public class Lifetime : Attribute
Constructors
|
Improve this Doc
View Source
Lifetime(Int32)
Declaration
public Lifetime(int value)
Parameters
Type |
Name |
Description |
Int32 |
value |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public override Attribute.AttributeType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
public int Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
EncodePayload(Byte[])
Declaration
protected override byte[] EncodePayload(byte[] transactionId)
Parameters
Type |
Name |
Description |
Byte[] |
transactionId |
|
Returns
Overrides