Show / Hide Table of Contents

Class LeasedEndpointEventArgs

The leases related to a LeasedEndpoint.

Inheritance
Object
EventArgs
LeasedEndpointEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Makaretu.Nat
Assembly: Makaretu.Nat.dll
Syntax
public class LeasedEndpointEventArgs : EventArgs
Remarks

Is used by Changed to indicate that the public address and/or port has changed.

Properties

| Improve this Doc View Source

Current

The current lease.

Declaration
public Lease Current { get; set; }
Property Value
Type Description
Lease
| Improve this Doc View Source

Previous

The previous lease.

Declaration
public Lease Previous { get; set; }
Property Value
Type Description
Lease
  • Improve this Doc
  • View Source
Back to top Generated by DocFX