C# 클래스 PuppyKittyOverflow.Portable.OverflowHelper

파일 보기 프로젝트 열기: jamesmontemagno/PuppyKittyOverflow 1 사용 예제들

공개 메소드들

메소드 설명
GetByteArrayAsync ( string url ) : Task
GetPictureAsync ( Animal animal ) : Task
GetStreamAsync ( string url ) : Task

메소드 상세

GetByteArrayAsync() 공개 정적인 메소드

public static GetByteArrayAsync ( string url ) : Task
url string
리턴 Task

GetPictureAsync() 공개 정적인 메소드

public static GetPictureAsync ( Animal animal ) : Task
animal Animal
리턴 Task

GetStreamAsync() 공개 정적인 메소드

public static GetStreamAsync ( string url ) : Task
url string
리턴 Task