Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
public IPAddressOrRange(
	string address
)
 
public:
IPAddressOrRange(
	String^ address
)
 
new : 
        address:string -> IPAddressOrRange
 
Public Sub New (
	address As String
)

Parameters

address
Type: System.StringSystem::String^System.StringSystem.String

The IP Address that the IPAddressOrRange object will represent.

Return to top