Yammer.Net Documented Class Library
CreateWebRequest Method (fullUrl, method, nonce, timeStamp, sig, boundary, session)
NamespacesYammerHttpUtilityCreateWebRequest(String, WebMethod, String, String, String, String, Session)
Declaration Syntax
C#Visual BasicVisual C++
public static HttpWebRequest CreateWebRequest(
	string fullUrl,
	WebMethod method,
	string nonce,
	string timeStamp,
	string sig,
	string boundary,
	Session session
)
Public Shared Function CreateWebRequest ( _
	fullUrl As String, _
	method As WebMethod, _
	nonce As String, _
	timeStamp As String, _
	sig As String, _
	boundary As String, _
	session As Session _
) As HttpWebRequest
public:
static HttpWebRequest^ CreateWebRequest(
	String^ fullUrl, 
	WebMethod method, 
	String^ nonce, 
	String^ timeStamp, 
	String^ sig, 
	String^ boundary, 
	Session^ session
)
Parameters
fullUrl (String)
The full URL with querystring for the web request
method (WebMethod)
The WebMethod http web method
nonce (String)
The OAuth nonce string
timeStamp (String)
The generated OAuth timestamp
sig (String)
The generatred OAuth signature
boundary (String)
The boundary for the http multipart request
session (Session)
The Yammersession object
Return Value
HttpRequest object

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