C# Class Elastacloud.AzureManagement.Fluent.Commands.Services.GetCloudServicePropertiesCommand

Used to return a list of hosted services to the client
Inheritance: ServiceCommand
Exibir arquivo Open project: azurecoder/fluent-management Class Usage Examples

Private Properties

Property Type Description
GetCloudServicePropertiesCommand System.Collections.Generic

Protected Methods

Method Description
ResponseCallback ( HttpWebResponse webResponse ) : void

The response with already parsed xml

Private Methods

Method Description
GetCloudServicePropertiesCommand ( string serviceName ) : System.Collections.Generic

Constructs a GetHostedServiceList command

Method Details

ResponseCallback() protected method

The response with already parsed xml
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The HttpWebResponse
return void