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