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

  • Home
  • SEARCH
  • 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 9075755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T18:56:19+00:00 2026-06-16T18:56:19+00:00

Is it possible to pass a Page.Request object to a Web Service? I need

  • 0

Is it possible to pass a Page.Request object to a Web Service?

I need a Web Service to provide data to a browser client, but I cannot retrieve this data without an object that requires Page.Request in the signature.

The alternative seems to be creating pages that take parameters in a query string and calling them with $.get(), which seems over the top.

  • 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-16T18:56:21+00:00Added an answer on June 16, 2026 at 6:56 pm

    Assuming the request is made over HTTP (which isn’t always the case with a WCF endpoint), you can simply use HttpContext.Current.Request in your code.

    [AspNetCompatibilityRequirements( RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed )]
    public class MyService {
    
        [OperationContract]
        public string Foo() {
    
            var request = System.Web.HttpContext.Current.Request;   
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: pass data from Action To Another Action I have a view in
Is it possible to pass a request from java servlet and read that request
Is it possible to pass a delegate to a WCF remote object from the
Possible Duplicate: querystring encoding of a javascript object I'm trying to make a request
Using AntiForgeryToken requires each request to pass a valid token, so malicious web pages
Is this possible to pass a parameter to an included page in JSF1.2 environment?
Possible Duplicate: How to pass an Object from the servlet to the calling JSP
Is it possible to pass parameter from a JSP page to a JSF page's
Can anyone tell me whether it is possible to pass the Response object from
Is this possible to pass inputs in a GET request from a JSF button?

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.