Base:
12 references to ToString
dotnet-svcutil-lib (12)
CodeDomFixup\MethodCreationHelper.cs (3)
56
string endpointAddress = endpoint?.Address?.
ToString
();
601
new CodePrimitiveExpression(wsFedHttp.Security.Message.IssuerAddress.
ToString
())))));
805
new CodePrimitiveExpression(ws2007FedHttp.Security.Message.IssuerAddress.
ToString
())))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
68
RemoteAddress != null ? RemoteAddress.
ToString
() : string.Empty);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (5)
100
RemoteAddress != null ? RemoteAddress.
ToString
() : string.Empty);
119
RemoteAddress != null ? RemoteAddress.
ToString
() : string.Empty);
133
RemoteAddress != null ? RemoteAddress.
ToString
() : string.Empty);
199
RemoteAddress != null ? RemoteAddress.
ToString
() : string.Empty);
291
RemoteAddress != null ? RemoteAddress.
ToString
() : string.Empty);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
440
address.
ToString
(), MetadataExchangeClientMode.MetadataExchange.ToString());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
598
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerAddress: {0}", _issuerAddress == null ? "null" : _issuerAddress.
ToString
()));
599
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerMetadataAddress: {0}", _issuerMetadataAddress == null ? "null" : _issuerMetadataAddress.
ToString
()));