I am trying to use the following command in a silverlight application "WebOperationContext.Current.OutgoingRequest.Headers.OutgoingResponse.Headers.Add". However it doesnt appear to exist. I know it does exist because it is on the microsoft documention website. Here is a link http://msdn.microsoft.com/en-us/library/system.servicemodel.web.weboperationcontext.outgoingrequest.aspx. I am guessing that it is one of those functions not available in silverlight. Any ideas on why this Add function would not be available would be appreciated.
Thanks for your time!