C# Class OnlineVideos.Hoster.HosterFactory

Show file Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Public Methods

Method Description
Contains ( Uri uri ) : bool
ContainsName ( string name ) : bool
GetAllHosters ( ) : List
GetHoster ( string name ) : HosterBase

Method Details

Contains() public static method

public static Contains ( Uri uri ) : bool
uri System.Uri
return bool

ContainsName() public static method

public static ContainsName ( string name ) : bool
name string
return bool

GetAllHosters() public static method

public static GetAllHosters ( ) : List
return List

GetHoster() public static method

public static GetHoster ( string name ) : HosterBase
name string
return HosterBase