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