Class RequestedTransport
Inheritance
RequestedTransport
Assembly: Libplanet.Stun.dll
Syntax
public class RequestedTransport : Attribute
Constructors
|
Improve this Doc
View Source
RequestedTransport(RequestedTransport.TransportType)
Declaration
public RequestedTransport(RequestedTransport.TransportType transportType)
Parameters
Properties
|
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