HelpPageSampleGenerator::GetSampleResponses Method (ApiDescription^)

 

Gets the response body samples for a given ApiDescription.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description.Samples
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
IDictionary<MediaTypeHeaderValue^, Object^>^ GetSampleResponses(
	ApiDescription^ api
)

Return Value

Type: System.Collections.Generic::IDictionary<MediaTypeHeaderValue^, Object^>^

The samples keyed by media type.

Return to top
Show: