C# Class PuppyKittyOverflow.Portable.OverflowHelper

Show file Open project: jamesmontemagno/PuppyKittyOverflow Class Usage Examples

Public Methods

Method Description
GetByteArrayAsync ( string url ) : Task
GetPictureAsync ( Animal animal ) : Task
GetStreamAsync ( string url ) : Task

Method Details

GetByteArrayAsync() public static method

public static GetByteArrayAsync ( string url ) : Task
url string
return Task

GetPictureAsync() public static method

public static GetPictureAsync ( Animal animal ) : Task
animal Animal
return Task

GetStreamAsync() public static method

public static GetStreamAsync ( string url ) : Task
url string
return Task