Implemented interface member:
property
MessageVersion
System.ServiceModel.Channels.ITransportFactorySettings.MessageVersion
6 references to MessageVersion
System.ServiceModel (6)
System\ServiceModel\Channels\FramingChannels.cs (1)
43
EndpointAddress.AnonymousAddress, channelListener.
MessageVersion
.Addressing.AnonymousUri, exposeConnectionProperty)
System\ServiceModel\Channels\HttpChannelListener.cs (3)
123
if (this.httpMessageSettings.HttpMessagesSupported && this.
MessageVersion
!= MessageVersion.None)
133
this.
MessageVersion
.ToString(),
1113
innerPipeline = new DefaultWebSocketConnectionHandler(this.WebSocketSettings.SubProtocol, this.currentWebSocketVersion, this.
MessageVersion
, this.MessageEncoderFactory, this.TransferMode);
System\ServiceModel\Channels\TransportChannelListener.cs (1)
285
return (T)(object)this.
MessageVersion
;
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
41
: base(channelListener, channelListener, localAddress, localVia, EndpointAddress.AnonymousAddress, channelListener.
MessageVersion
.Addressing.AnonymousUri)