Try our conversational search powered by Generative AI!

Class IPRangeRestriction

Inheritance
System.Object
IPRangeRestriction
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing.RestrictionTypes
Assembly: EPiServer.Licensing.dll
Version: 11.20.7
Syntax
public sealed class IPRangeRestriction : RestrictionEntry, ICloneable, IMachineRestriction

Constructors

IPRangeRestriction()

Declaration
public IPRangeRestriction()

IPRangeRestriction(IPAddress, IPAddress)

Declaration
public IPRangeRestriction(IPAddress fromIP, IPAddress toIP)
Parameters
Type Name Description
System.Net.IPAddress fromIP
System.Net.IPAddress toIP

Properties

Description

Declaration
public override string Description { get; }
Property Value
Type Description
System.String
Overrides

FromAddress

Declaration
public string FromAddress { get; set; }
Property Value
Type Description
System.String

ToAddress

Declaration
public string ToAddress { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public override object Clone()
Returns
Type Description
System.Object
Overrides

InternalValidate()

Declaration
protected override ValidationResult InternalValidate()
Returns
Type Description
ValidationResult
Overrides

Setup()

Declaration
public override void Setup()
Overrides

Implements

System.ICloneable

Extension Methods