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 823467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:57:08+00:00 2026-05-15T02:57:08+00:00

as in the title, i have: [ServiceContract] public interface IService { [OperationContract] [WebGet(UriTemplate=abc)] Stream

  • 0

as in the title, i have:

[ServiceContract]
    public interface IService
    {
        [OperationContract]
        [WebGet(UriTemplate="abc")]
        Stream GetResponse(Stream in);
    }

    public class Service : IService
    {
        public Stream GetResponse(Stream in)
        {
           some_function()
        }   
    }

is it possible to pass a request context to some other function that will respond to the request?

  • 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-05-15T02:57:08+00:00Added an answer on May 15, 2026 at 2:57 am

    Yes, within some_function you can access the current WCF OperationContext via the static Current property which will give you full access to everything about the request. Or, better yet, you can design some_function to accept an OperationContext parameter and then it doesn’t have to pull it out of thin air itself which actually makes for better testability.

    In addition to the context, you will also need to take and return the Stream instances from some_function if it intends to act on them.

    So your some_function might look something like this:

    public Stream GetResponse(Stream in) 
    { 
        return some_function(OperationaContext.Current, in);
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have quite a lot of music files but their title attributes have the
As per the title I have three parts to this question... Is db4o object
Ok so the title may have been confusing so i have posted 2 code
Assume I'm indexing a table of books. They have title, author, description, etc. I
I have a 'Title' column with abbreviations (Ceo, Cio,..) which I have to capitalize.
I want to have my title tag look like this: My Website - Name
My form doesn't have a title bar, so I am implementing the code to
How can I make my window not have a title bar but appear in
I am trying to show only elements that have the title attribute passed to
I have a text title that reads This User The Title Of The Post

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.