Show / Hide Table of Contents

Class AnnounceRequest

Requests information about the NAT server.

Inheritance
Object
NatMessage
Message
Request
AnnounceRequest
Implements
ICloneable
Inherited Members
Request.RequestedLifetime
Request.ClientAddress
Request.Write(NatWriter)
Request.Read(NatReader)
Message.NonceLength
Message.Version
Message.Opcode
Message.IsResponse
Message.Create(Byte[])
Message.Create<T>(Byte[])
NatMessage.Length()
NatMessage.Clone()
NatMessage.Clone<T>()
NatMessage.ToByteArray()
NatMessage.Write(Stream)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Makaretu.Nat.Pcp
Assembly: Makaretu.Nat.dll
Syntax
public class AnnounceRequest : Request, ICloneable

Constructors

| Improve this Doc View Source

AnnounceRequest()

Creates a new instance of the AnnounceRequest class.

Declaration
public AnnounceRequest()

Implements

System.ICloneable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX