C# Класс FSpot.Tools.LiveWebGallery.PhotoRequestHandler

Наследование: FSpot.Tools.LiveWebGallery.RequestHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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