skip to main
|
skip to sidebar
Pavan Gadi Blog
Wednesday, July 28, 2010
Getting the header value from the request when working with Rest with WCF
Here,
We maintain in Corporate id in header of request.
IncomingWebRequestContext request = WebOperationContext.Current.IncomingRequest;
int corporateId = Convert.ToInt32(request.Headers["corporateID"]);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2012
(2)
►
May
(2)
►
2011
(12)
►
July
(7)
►
May
(4)
►
April
(1)
▼
2010
(20)
►
November
(3)
►
October
(12)
▼
July
(4)
Getting the header value from the request when wor...
Eample for using Dictionary and Keyvalue pair
Embedded Images into HTML format mail in .Net
Get the IP address of the browser in.Net
►
April
(1)
About Me
Pavan kumar chebrolu
View my complete profile
No comments:
Post a Comment