C# Class ThoughtWorksCoreLib.WebApi

Class for WebApi
Inheritance: IWebApi
Mostra file Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method Description
Get ( string uri ) : System.Xml.Linq.XElement

Returns XML

WebApi ( IWeb web, string hostname ) : System

Establishes WebApi

Method Details

Get() public method

Returns XML
public Get ( string uri ) : System.Xml.Linq.XElement
uri string
return System.Xml.Linq.XElement

WebApi() public method

Establishes WebApi
public WebApi ( IWeb web, string hostname ) : System
web IWeb
hostname string
return System