C# Class ThoughtWorksCoreLib.WebApi

Class for WebApi
Inheritance: IWebApi
Afficher le fichier Open project: ThoughtWorksStudios/mingle.net

Méthodes publiques

Méthode Description
Get ( string uri ) : System.Xml.Linq.XElement

Returns XML

WebApi ( IWeb web, string hostname ) : System

Establishes WebApi

Method Details

Get() public méthode

Returns XML
public Get ( string uri ) : System.Xml.Linq.XElement
uri string
Résultat System.Xml.Linq.XElement

WebApi() public méthode

Establishes WebApi
public WebApi ( IWeb web, string hostname ) : System
web IWeb
hostname string
Résultat System