473,320 Members | 1,817 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

addressing a dll through http

hello,

I am trying to create a class which return an image to the web browser
and I would like to address it like
http://www.x.com/Imaging.dll?ImageId=2. It will return a
Response.BinaryWrite of the image to the browser. How do I fetch that
querystring within a dll??

/Erik

Nov 19 '05 #1
3 963
Try to do this with a web service and you would not have to use a .dll file.
You could create a class that handles the image return.

j

<er****@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
hello,

I am trying to create a class which return an image to the web browser
and I would like to address it like
http://www.x.com/Imaging.dll?ImageId=2. It will return a
Response.BinaryWrite of the image to the browser. How do I fetch that
querystring within a dll??

/Erik

Nov 19 '05 #2
Erik,

Instead of creating a class, you need to create an aspx page and address it
like
http://www.x.com/GetImage.aspx?ImageId=2

Eliyahu

<er****@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
hello,

I am trying to create a class which return an image to the web browser
and I would like to address it like
http://www.x.com/Imaging.dll?ImageId=2. It will return a
Response.BinaryWrite of the image to the browser. How do I fetch that
querystring within a dll??

/Erik

Nov 19 '05 #3
I forgot to say that this is functionality that I wanted to distribute
to other projects within my company which needs images. I already have
that solution but the complexity of it when transferring images >100MB
makes me want to encapsulate the logic...

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: JW | last post by:
How do I create a WSDL (doc/literal) that represents a soap message which includes ws-addressing elements. The addressing elements sit as header blocks directly inside the header so how is this...
22
by: Luke | last post by:
Elements with name attribute: form, input, textarea, a, frame, iframe, button, select, map, meta, applet, object, param, img (if you know more reply...) Methods of addresing html elements:...
1
by: Jimbo | last post by:
Hi people, I am playing with the WSE 2.0 SP3 and am trying to get use the ReplyTo WS-Addressing header to send a response to a different machine than where the request came from. However, in my...
2
by: John Jenkins | last post by:
Does anyone have any introductory references to either WS-Addressing, or WS-Eventing, with perhaps worked examples?? Thanks
0
by: Stefan Lischke | last post by:
Hi, I'm really desperate using code generation(wsdl.exe) from wsdl files for latest WS-Eventing(including WS-Addressing) Specs. I'm writing my diploma about "publish subscribe systems based on...
0
by: Marc Gravell | last post by:
Save me from braining myself on this wall! Please! I have an asmx which I have recently upgraded to WSE (specifically to use MTOM); however - I am now getting addressing issues, but I didn't...
0
by: Dan | last post by:
I am using the SoapClient and SoapEnvelope classes to call a web service. The SoapEnvelope loads the xml from a file; the xml contains complete description of the envelope, including the addressing...
0
by: gerritmitchell | last post by:
Hi, I have a situation where I need to send a SOAP message from a receiver through multiple intermediaries and then to an ultimate receiver. The intial sender will tell the intermediary where...
2
by: Je-Givara | last post by:
i read in some books that the array address in Unique Could any one explain me and show that array addressing is unique. Thanks for advance!
1
by: =?Utf-8?B?dWx0cmFuZXQ=?= | last post by:
We have a client that uses .Net that needs to work against our Java (xfire) based WS. My question is: how can a .Net (C#) WS client be configured to not send WS-Addressing headers? The client in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.