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