37 references to None
dotnet-svcutil-lib (37)
FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs (1)
18Contract.Assert(messageVersion.Addressing != AddressingVersion.None);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
218if (_version.Addressing != AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
29: this(factory, settings, s_anonymousEndpointAddress, settings.MessageVersion.Addressing == AddressingVersion.None ? null : new Uri("http://www.w3.org/2005/08/addressing/anonymous"),
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
404if (MessageVersion.Addressing == AddressingVersion.None && remoteAddress.Uri != via) 616if (MessageVersion.Addressing == AddressingVersion.None) 1039if (message.Version.Addressing == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
71if (message.Version.Addressing == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
74if (MessageVersion.Addressing == AddressingVersion.None && remoteAddress.Uri != via)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
747if (this.Version.Addressing == AddressingVersion.None && headers[i].Namespace == AddressingVersion.None.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
91if (_message.Version.Addressing == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (3)
127addressingVersion = AddressingVersion.None; 132addressingVersion = AddressingVersion.None; 200&& addressingVersion != AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (3)
951if (_version.Addressing == AddressingVersion.None) 1300if (_version.Addressing == AddressingVersion.None && reader.NamespaceURI == AddressingVersion.None.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageVersion.cs (6)
23s_none = new MessageVersion(EnvelopeVersion.None, AddressingVersion.None); 24s_soap11 = new MessageVersion(EnvelopeVersion.Soap11, AddressingVersion.None); 25s_soap12 = new MessageVersion(EnvelopeVersion.Soap12, AddressingVersion.None); 59else if (addressingVersion == AddressingVersion.None) 75else if (addressingVersion == AddressingVersion.None) 87if (addressingVersion == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
576if (!oneway && !ClientRuntime.ManualAddressing && rpc.Request.Version.Addressing != AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
853if (message.Version.Addressing != AddressingVersion.None || !_localAddress.IsAnonymous) 858if (message.Version.Addressing == AddressingVersion.None && message.Headers.Action == null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
373if (encoding != null && encoding.MessageVersion.Addressing == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
597if (addressing == AddressingVersion.None) 692else if (addressVersion == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1120return AddressingVersion.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
836if (addressingVersion != AddressingVersion.None && request.RequestMessage.Headers.Action == null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (4)
90ActionHeader.Create(_action, AddressingVersion.None); 119ActionHeader.Create(_replyAction, AddressingVersion.None); 172else if (addressing == AddressingVersion.None) 194else if (addressing == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
1024else if (addressingVersion == AddressingVersion.None)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1026if (addressingVersion != null && AddressingVersion.None != addressingVersion)