C# 클래스 XamarinEvolveSSLibrary.UserAvatarResponse

상속: IDisposable, IStreamWriter, IHasOptions
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project

공개 메소드들

메소드 설명
Dispose ( ) : void
UserAvatarResponse ( ) : System
UserAvatarResponse ( byte image, string imgFormat ) : System
WriteTo ( Stream responseStream ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

UserAvatarResponse() 공개 메소드

public UserAvatarResponse ( ) : System
리턴 System

UserAvatarResponse() 공개 메소드

public UserAvatarResponse ( byte image, string imgFormat ) : System
image byte
imgFormat string
리턴 System

WriteTo() 공개 메소드

public WriteTo ( Stream responseStream ) : void
responseStream Stream
리턴 void