Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9201021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:54:17+00:00 2026-06-17T22:54:17+00:00

I already have an existing application implemented using java in app engine….now i want

  • 0

I already have an existing application implemented using java in app engine….now i want to connect this servlet from c# forms program ?,…this is the tried out code for request

HttpWebRequest authRequest = (HttpWebRequest)HttpWebRequest.Create(googleLoginUrl);
byte[] buffer = Encoding.ASCII.GetBytes(postData);
authRequest.ContentLength = buffer.Length;
 Stream postDataStr=authRequest.GetRequestStream();
postDataStr.Write(buffer, 0, buffer.Length);
postDataStr.Close();

now it is connected to the GSE(Google Servlet Engine)…i want a response for this….how to implement that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:54:19+00:00Added an answer on June 17, 2026 at 10:54 pm

    You just need to read the response:

    HttpWebResponse response = (HttpWebResponse)authRequest.GetResponse ();
    Console.WriteLine ("Content length is {0}", response.ContentLength);
    Console.WriteLine ("Content type is {0}", response.ContentType);
    string raw_html = (new StreamReader(response.GetResponseStream()).ReadToEnd();
    

    You can see further examples from: http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.getresponse.aspx

    Note: I believe since you’re posting data you’ll also have to set your authRequest as a POST via:

    authRequest.Method = "POST";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I already have an enterprise Java EE application. I want expose some of the
I have implemented In App purchase in one of the existing application. I have
I am trying to integrate zxing in my already existing iPhone app. I have
We already have the database with real data inside. Now we want to build
I write an application based on an already existing database (postgreSQL) using JPA and
I have this existing environment: 1) ASP.NET 3.5 web application 2) forms authentication with
I have an existing web2py application. Now I need to create a new registration
I have an existing Java EE web application running on GlassFish 3.1. Sign in
I am new to this platform. I am developing application where I already have
I already did a lot of research on this topic and have implemented a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.