Show / Hide Table of Contents

Class AllocateRequest

Inheritance
Object
StunMessage
AllocateRequest
Inherited Members
StunMessage.TransactionId
StunMessage.Attributes
StunMessage.ParseAsync(Stream, CancellationToken)
StunMessage.Encode(IStunContext)
StunMessage.GetAttribute<T>()
Namespace: Libplanet.Stun.Messages
Assembly: Libplanet.Stun.dll
Syntax
public class AllocateRequest : StunMessage

Constructors

| Improve this Doc View Source

AllocateRequest(Int32)

Declaration
public AllocateRequest(int lifetime)
Parameters
Type Name Description
Int32 lifetime

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

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–2022 Planetarium