TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Valery
NA
1
0
How do I share CookieContainer between two Web Service clients?
Dec 18 2008 8:14 AM
I have two WCF Web Service clients, which are generated by the "Add Service Reference" wizard:
public partial class DataSourceServiceClient : System.ServiceModel.ClientBase
<
DataSourceService
>
, DataSourceService {
...
I would like to share the same instance of CookieContainer between them, to reuse the same HTTP session.
How do I do this?
I could not find any CookieContainer property in the client or ChannelFactory.
Reply
Answers (
1
)
WCF and x509 certificates
Capturing the SOAP client's request