HttpContext, Request, . ASP.Net , , , , , -.
EDIT: HttpRequest - , Form, , POST, HTTP-, System.Web, , , .
, Request.Form:
int loop1;
NameValueCollection coll;
coll=Request.Form;
String[] arr1 = coll.AllKeys;
for (loop1 = 0; loop1 < arr1.Length; loop1++)
{
Response.Write("Form: " + arr1[loop1] + "<br>");
}
, HttpRequest.
WCF Simplified 4: / , "createSession" , . ASP.Net, , Request, Response, Server, Application Session.
, , , , , .