Class ErrorCode
Assembly: Libplanet.Stun.dll
Syntax
public class ErrorCode : Attribute
Constructors
|
Improve this Doc
View Source
ErrorCode(Int32, String)
Declaration
public ErrorCode(int code, string reason)
Parameters
Properties
|
Improve this Doc
View Source
Code
Declaration
Property Value
|
Improve this Doc
View Source
Reason
Declaration
public string Reason { get; }
Property Value
|
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