Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Specifies either a single IP Address or a single range of IP Addresses (a minimum and a maximum, inclusive.)

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..IPAddressOrRange

Syntax

 
public class IPAddressOrRange
 
public ref class IPAddressOrRange 
 
type IPAddressOrRange = class end
 
Public Class IPAddressOrRange

Constructors

NameDescription
System_CAPS_pubmethodIPAddressOrRange(String)(String^)(String)(String)

Initializes a new instance of the IPAddressOrRange class from a single IPAddress.

System_CAPS_pubmethodIPAddressOrRange(String, String)(String^, String^)(String, String)(String, String)

Initializes a new instance of the IPAddressOrRange class from two IPAddress objects, a minimum and a maximum.

Properties

NameDescription
System_CAPS_pubpropertyAddressAddressAddressAddress

The IP Address. Returns null if this object represents a range of IP addresses.

System_CAPS_pubpropertyIsSingleAddressIsSingleAddressIsSingleAddressIsSingleAddress

True if this object represents a single IP Address, false if it represents a range.

System_CAPS_pubpropertyMaximumAddressMaximumAddressMaximumAddressMaximumAddress

The maximum IP Address for the range, inclusive. Returns null if this object represents a single IP address.

System_CAPS_pubpropertyMinimumAddressMinimumAddressMinimumAddressMinimumAddress

The minimum IP Address for the range, inclusive. Returns null if this object represents a single IP address.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

Provides a string representation of this IPAddressOrRange object. (Overrides Object.::..ToString()()()().)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top