C# 클래스 FSpot.Tools.LiveWebGallery.PhotoRequestHandler

상속: FSpot.Tools.LiveWebGallery.RequestHandler
파일 보기 프로젝트 열기: mono/f-spot

공개 메소드들

메소드 설명
Handle ( string requested, Stream stream ) : void
PhotoRequestHandler ( FSpot.Tools.LiveWebGallery.LiveWebGalleryStats stats ) : System.IO

보호된 메소드들

메소드 설명
SendFile ( FileInfo file, Photo photo, Stream dest ) : void
SendImage ( Photo photo, Stream stream ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( string requested, Stream stream ) : void
requested string
stream System.IO.Stream
리턴 void

PhotoRequestHandler() 공개 메소드

public PhotoRequestHandler ( FSpot.Tools.LiveWebGallery.LiveWebGalleryStats stats ) : System.IO
stats FSpot.Tools.LiveWebGallery.LiveWebGalleryStats
리턴 System.IO

SendFile() 보호된 메소드

protected SendFile ( FileInfo file, Photo photo, Stream dest ) : void
file System.IO.FileInfo
photo FSpot.Photo
dest System.IO.Stream
리턴 void

SendImage() 보호된 메소드

protected SendImage ( Photo photo, Stream stream ) : void
photo FSpot.Photo
stream System.IO.Stream
리턴 void