Yammer.Net Documented Class Library
Get Method (url, session)
NamespacesYammerHttpUtilityGet(String, Session)
Creates http get web request and returns response
Declaration Syntax
C#Visual BasicVisual C++
public static string Get(
	string url,
	Session session
)
Public Shared Function Get ( _
	url As String, _
	session As Session _
) As String
public:
static String^ Get(
	String^ url, 
	Session^ session
)
Parameters
url (String)
The URL for the web request
session (Session)
The Yammersession object
Return Value
http response

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)