1 instantiation of HostingMessageProperty
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
344return new HostingMessageProperty(result);
5 references to HostingMessageProperty
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (3)
392if (message.Properties.TryGetValue(HostingMessageProperty.Name, out property)) 394result = (HostingMessageProperty)property; 397message.Properties.Remove(HostingMessageProperty.Name);
System\ServiceModel\Activation\HostedHttpContext.cs (2)
316message.Properties.Add(HostingMessageProperty.Name, CreateMessagePropertyFromHostedResult(this.hostedHttpContext.result)); 342static HostingMessageProperty CreateMessagePropertyFromHostedResult(HostedHttpRequestAsyncResult result)