4 references to HttpMessagesSupported
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
123if (this.httpMessageSettings.HttpMessagesSupported && this.MessageVersion != MessageVersion.None)
System\ServiceModel\Channels\HttpMessageSettings.cs (2)
26other.HttpMessagesSupported == this.HttpMessagesSupported;
System\ServiceModel\Channels\HttpRequestContext.cs (1)
50get { return this.listener.HttpMessageSettings.HttpMessagesSupported; }