C# Class MetaLens.Service

Mostrar archivo Open project: NGFieldScope/JS-FieldScope

Public Methods

Method Description
CheckLogin ( string url, string cookie ) : string
GetDescription ( string url, string assetId ) : AssetDescription
GetPoints ( string url, double left, double right, double bottom, double top, double width, double height ) : List
GetPoints ( string url, double left, double right, double bottom, double top, double width, double height, string keyword ) : List
Login ( string url, string username, string password ) : string
PostAsset ( string url, string cookie, Stream input, string latitude, string longitude, string name, string caption, string description, string keywords ) : string

Method Details

CheckLogin() public static method

public static CheckLogin ( string url, string cookie ) : string
url string
cookie string
return string

GetDescription() public static method

public static GetDescription ( string url, string assetId ) : AssetDescription
url string
assetId string
return AssetDescription

GetPoints() public static method

public static GetPoints ( string url, double left, double right, double bottom, double top, double width, double height ) : List
url string
left double
right double
bottom double
top double
width double
height double
return List

GetPoints() public static method

public static GetPoints ( string url, double left, double right, double bottom, double top, double width, double height, string keyword ) : List
url string
left double
right double
bottom double
top double
width double
height double
keyword string
return List

Login() public static method

public static Login ( string url, string username, string password ) : string
url string
username string
password string
return string

PostAsset() public static method

public static PostAsset ( string url, string cookie, Stream input, string latitude, string longitude, string name, string caption, string description, string keywords ) : string
url string
cookie string
input Stream
latitude string
longitude string
name string
caption string
description string
keywords string
return string