Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Hari Babu
0
79
0
WCF Redirect Query
Dec 21 2017 1:55 AM
Hi All,
I have requirement that WCF web method has to return 302 http response code along with url and 4 parameters.
i have implemented using below code
WebOperationContext.current.OutgoingResponse.Statuscode=
System.Net.HttpStatusCode.Redirect;
WebOperationContext.Current.OutgoingResponse.Header.Add("Location",url);
Please advice any better way to handle the requirement.
Reply
Answers (
2
)
token based authentication in WCF service.
In wcf service. how detect incoming request operating syste