4 references to IAspNetMessageProperty
System.ServiceModel (4)
System\ServiceModel\Activation\AspNetEnvironment.cs (2)
222
public virtual
IAspNetMessageProperty
GetHostingProperty(Message message)
228
public virtual
IAspNetMessageProperty
GetHostingProperty(Message message, bool removeFromMessage)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
801
IAspNetMessageProperty
hostingProperty = AspNetEnvironment.Current.GetHostingProperty(message);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
69
internal
IAspNetMessageProperty
HostingProperty;