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