Sign In
Ralph Squillace -- Docs, Samples, Docs, Samples....
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ACS
Add Service Reference
AppFabric
ASR
Azure
Azure AppFabric Cloud
Basic Auth
bing
Cloud
DataMarket
EF
HTTPS
HttpWebRequest
Linq
Odata
oslo
Patterns
Svcutil.exe
WCF
WCF Data Services
Web Service
WebClient
Windows Phone 7
WPF
XML
Archive
Archives
January 2012
(1)
December 2011
(1)
May 2011
(1)
January 2011
(5)
December 2009
(1)
June 2009
(3)
May 2009
(1)
April 2008
(1)
February 2008
(1)
October 2006
(5)
August 2006
(2)
July 2006
(2)
February 2006
(4)
January 2006
(5)
December 2005
(2)
November 2005
(1)
October 2005
(3)
September 2005
(3)
January, 2006
MSDN Blogs
>
Ralph Squillace -- Docs, Samples, Docs, Samples....
>
January, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ralph Squillace -- Docs, Samples, Docs, Samples....
WCF December CTP: ExtensibilityWriter sample
Posted
over 6 years ago
by
ralph.squillace
5
Comments
Hi all. For documentation purposes one of the things I've done is write up a single sample that implements **almost** all of the ServiceModel extension interfaces in the December CTP and I'll post it here. But first, I'll summarize the extension system...
Ralph Squillace -- Docs, Samples, Docs, Samples....
WCF December CTP: Header-stuffing from the client and back.
Posted
over 6 years ago
by
ralph.squillace
1
Comments
Because there have been a few changes along the path of the product, I thought I'd make it clear how OperationContext works with respect to adding and reading out-of-band headers in the messages using headers that do not appear in the service contract...
Ralph Squillace -- Docs, Samples, Docs, Samples....
WCF December CTP: factories, proxies, yet again.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
Here's something that I didn't expect. Do people have the same result I do? After the preceding post, I expected this to run correctly, and it doesn't. ChannelFactory<ISampleService> factory = new ChannelFactory<ISampleService>(); foreach...
Ralph Squillace -- Docs, Samples, Docs, Samples....
WCF December CTP: Updated MetadataResolver with new proxies for each endpoint.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
The following code fixes the earlier code that I leave posted just to confuse people. (Actually, so that you can see the difference between them.) Here I use a new factory or ClientBase proxy each time I change the endpoint the client will invoke. The...
Ralph Squillace -- Docs, Samples, Docs, Samples....
WCF December CTP: You cannot repurpose proxies once the channel has been built.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
Bummer? Sorta, but not really. To the quick: Once the channel has been created for a proxy, any subsequent invocations on that proxy use the original channel. This is true even if, as I did in this sample here ( http://blogs.msdn.com/ralph.squillace...
Page 1 of 1 (5 items)