Sign in
HongmeiG
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
May 2013
(1)
April 2013
(1)
September 2012
(1)
August 2012
(1)
July 2012
(2)
May 2012
(3)
February 2012
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
HongmeiG
How to write a custom parameter binding to construct an object either from body or from Uri's query
Posted
over 1 year ago
by
Hongmei Ge
1
Comments
Mike has wrote this really good blog on writing a custom HttpParameterBinding at http://blogs.msdn.com/b/jmstall/archive/2012/05/11/webapi-parameter-binding-under-the-hood.aspx My blog just want to add a little bit complex example where you might...
HongmeiG
How to access ClientCertificate in a host agnostic manner
Posted
over 1 year ago
by
Hongmei Ge
1
Comments
When you choose to use Client Certificate as your client credential over SSL, you want to retrieve the x509 Certificate on the server side to do authorization. It is very simple with the latest Web API bits. If you have access to the request message anywhere...
HongmeiG
How to support multiple authentication in self host
Posted
over 1 year ago
by
Hongmei Ge
0
Comments
Since we build web api self host story on top of WCF HttpTransportBindingElement, the multiple authentication is not support on WCF for 4.0. Here is the exception you will get if you tried to set the authentication scheme on httptransport binding element...
Page 1 of 1 (3 items)