本文整理汇总了C#中Ripper.Core.Components.ServiceTemplate类的典型用法代码示例。如果您正苦于以下问题:C# ServiceTemplate类的具体用法?C# ServiceTemplate怎么用?C# ServiceTemplate使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
ServiceTemplate类属于Ripper.Core.Components命名空间,在下文中一共展示了ServiceTemplate类的13个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: GeneralDownloader
/// <summary>
/// Generals the downloader.
/// </summary>
public void GeneralDownloader()
{
this.xService = new uploadimages_net(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例2: GetImageUpper
/// <summary>
/// Get ImageUpper Download
/// </summary>
public void GetImageUpper()
{
this.xService = new ImageUpper(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例3: GetGallerynova
public void GetGallerynova()
{
this.xService = new Gallerynova(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownloadAsync();
}
示例4: GetImageHotLinked
/// <summary>
/// Hot linked image fetcher...
/// </summary>
public void GetImageHotLinked()
{
this.xService = new HotLinkedImage(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownloadAsync();
}
示例5: GetXPhotoSharing
public void GetXPhotoSharing()
{
this.xService = new XPhotoSharing(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例6: GetFileSpit
/// <summary>
/// Get FileSpit Download
/// </summary>
public void GetFileSpit()
{
this.xService = new FileSpit(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownloadAsync();
}
示例7: GetTurboImageHost
public void GetTurboImageHost()
{
this.xService = new TurboImageHost(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例8: GetwatermarkIt
public void GetwatermarkIt()
{
this.xService = new watermarkIt(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例9: GetStormFactory
public void GetStormFactory()
{
this.xService = new StormFactory(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例10: GetPremiumPics
/// <summary>
/// Get PremiumPics Download
/// </summary>
public void GetPremiumPics()
{
this.xService = new PremiumPics(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownloadAsync();
}
示例11: GetJpgHosting2
public void GetJpgHosting2()
{
this.xService = new JpgHosting2(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例12: GetAmazingDickSSl
public void GetAmazingDickSSl()
{
this.xService = new AmazingDickSSl(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}
示例13: GetAllYouCanUpload
public void GetAllYouCanUpload()
{
this.xService = new AllYouCanUpload(
ref this.savePath,
ref this.imageURL,
ref this.thumbImageURL,
ref this.imageName,
ref this.imageNumber,
ref this.eventTable);
this.xService.StartDownload();
}