C# Class JabbR.ContentProviders.CollapsibleContentProvider

Inheritance: IContentProvider
Show file Open project: Haacked/JabbR

Public Methods

Method Description
GetContent ( HttpWebResponse response ) : string

Protected Methods

Method Description
GetCollapsibleContent ( HttpWebResponse response ) : string
GetTitle ( HttpWebResponse response ) : string
IsValidContent ( HttpWebResponse response ) : bool

Method Details

GetCollapsibleContent() protected abstract method

protected abstract GetCollapsibleContent ( HttpWebResponse response ) : string
response System.Net.HttpWebResponse
return string

GetContent() public method

public GetContent ( HttpWebResponse response ) : string
response System.Net.HttpWebResponse
return string

GetTitle() protected method

protected GetTitle ( HttpWebResponse response ) : string
response System.Net.HttpWebResponse
return string

IsValidContent() protected abstract method

protected abstract IsValidContent ( HttpWebResponse response ) : bool
response System.Net.HttpWebResponse
return bool