C# Class Elastacloud.AzureManagement.Fluent.Commands.MobileServices.GetMobileServiceSettingsCommand

Used to create a mobile services application
Inheritance: MobileServiceCommand
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns the string name of the command

Protected Methods

Method Description
ResponseCallback ( System webResponse ) : void

populates the JSON string to parse on the return trip

Private Methods

Method Description
GetMobileServiceSettingsCommand ( string serviceName, string path, string overrideVerb = HttpVerbGet ) : System.IO

Constructs a command to create a mobile service

Method Details

ResponseCallback() protected method

populates the JSON string to parse on the return trip
protected ResponseCallback ( System webResponse ) : void
webResponse System
return void

ToString() public method

Returns the string name of the command
public ToString ( ) : string
return string