Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a problem with web proxy project.I don't know about proxy ,squid, acl..etc.

I need your help.......!
Thanks you so much.
Posted
Comments
anshudutta 15-Apr-12 21:56pm    
DO you mean proxy for web services?
[no name] 15-Apr-12 22:47pm    
Google much? What have you tried?

Please have a look one of the following search result of google,

Asp.Net Proxy[^]
and
Asp.Net Service reference proxy[^]

Based on the comments from the Solution 3,

Please have a look followings,
creating-simple-proxy[^]
and for more
How to create a simple proxy in C#[^]

Hope it helps :)
 
Share this answer
 
v2
 
Share this answer
 
To create a service proxy, you can either run the svcutil.exe or simply add a Service Reference from your client application.

Once you added the service reference, you can then instantiate the service object such as, HelloServiceClient svc = new HelloServiceClient();.
 
Share this answer
 
NO.That mean "How to create a simple proxy in C#?"
 
Share this answer
 
Comments
Mohammad A Rahman 18-Apr-12 22:24pm    
What do you mean by "Simple Proxy"? Proxy pattern Or Asp.Net Service Proxy or What?
Mohammad A Rahman 18-Apr-12 23:11pm    
See the update on Solution 1.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900