13 references to HttpResponseMessageProperty
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
553HttpResponseMessageProperty response = new HttpResponseMessageProperty();
System.ServiceModel (5)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
468HttpResponseMessageProperty httpResponseProperty = new HttpResponseMessageProperty();
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
377HttpResponseMessageProperty copiedProperty = new HttpResponseMessageProperty();
System\ServiceModel\Channels\ServiceContextProtocol.cs (1)
131property = new HttpResponseMessageProperty();
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1290HttpResponseMessageProperty responseProperty = new HttpResponseMessageProperty(); 1307HttpResponseMessageProperty httpResponseProperty = new HttpResponseMessageProperty();
System.ServiceModel.Web (7)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
70HttpResponseMessageProperty responseMessageProperty = new HttpResponseMessageProperty();
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
398responseProperty = new HttpResponseMessageProperty(); 415responseProperty = new HttpResponseMessageProperty();
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (1)
74httpProperty = new HttpResponseMessageProperty();
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
180prop = new HttpResponseMessageProperty();
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
170responseProperty = new HttpResponseMessageProperty();
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
184operationContext.OutgoingMessageProperties.Add(HttpResponseMessageProperty.Name, new HttpResponseMessageProperty());