8 references to IsAnonymous
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
589if (IsClient && (localAddress != null) && !localAddress.IsAnonymous) 593if ((replyTo != null) && !replyTo.IsAnonymous && (localUri != replyTo.Uri)) 601if ((faultTo != null) && !faultTo.IsAnonymous && (localUri != faultTo.Uri))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
32if (to.IsAnonymous)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
853if (message.Version.Addressing != AddressingVersion.None || !_localAddress.IsAnonymous)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
308if (IsAnonymous)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2852if (mexAddress == null || mexAddress.IsAnonymous || mexAddress.Uri.Equals(s_selfIssuerUri)) 2987bool isIssuerSpecified = (parameters.IssuerAddress != null && !parameters.IssuerAddress.IsAnonymous);