C# Class FlickrNet.Auth

Inheritance: IFlickrParsable
Exibir arquivo Open project: liquidboy/X Class Usage Examples

Public Methods

Method Description
Auth ( ) : System

Creates a new instance of the Auth class.

IFlickrParsable ( System reader ) : void

Method Details

Auth() public method

Creates a new instance of the Auth class.
public Auth ( ) : System
return System

IFlickrParsable() public method

public IFlickrParsable ( System reader ) : void
reader System
return void