Base:
method
ToString
System.Object.ToString()
32 references to ToString
System.ServiceModel (20)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
283
instance.SetProperty(AdministrationStrings.Address, specificElement.Address.
ToString
());
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
365
string uri = serviceChannel.RemoteAddress == null ? String.Empty : serviceChannel.RemoteAddress.
ToString
();
370
instance.SetProperty(AdministrationStrings.LocalAddress, serviceChannel.LocalAddress == null ? String.Empty : serviceChannel.LocalAddress.
ToString
());
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
55
this.RemoteAddress != null ? this.RemoteAddress.
ToString
() : string.Empty);
135
this.RemoteAddress != null ? this.RemoteAddress.
ToString
() : string.Empty);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
796
neighbor.ListenAddress.EndpointAddress.
ToString
(),
903
remoteUri = remoteAddress.EndpointAddress.
ToString
();
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
156
this.RemoteAddress != null ? this.RemoteAddress.
ToString
() : string.Empty);
181
this.RemoteAddress != null ? this.RemoteAddress.
ToString
() : string.Empty);
217
this.RemoteAddress != null ? this.RemoteAddress.
ToString
() : string.Empty);
339
this.RemoteAddress != null ? this.RemoteAddress.
ToString
() : string.Empty);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
963
this.address = endpoint.Address.
ToString
();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
460
address.
ToString
(), MetadataExchangeClientMode.MetadataExchange.ToString());
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (1)
280
dictionaryWriter.WriteElementString(AddressingStrings.ReplyTo, addressingProperty.ReplyTo.
ToString
());
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
703
xml.WriteElementString("RemoteAddress", this.target.
ToString
());
798
xml.WriteElementString("RemoteAddress", remoteAddress.
ToString
());
835
xml.WriteElementString("OriginalRemoteAddress", this.previousTarget.
ToString
());
838
xml.WriteElementString("NewRemoteAddress", this.newTarget.
ToString
());
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
923
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerAddress: {0}", this.issuerAddress == null ? "null" : this.issuerAddress.
ToString
()));
924
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerMetadataAddress: {0}", this.issuerMetadataAddress == null ? "null" : this.issuerMetadataAddress.
ToString
()));
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (6)
218
currentEndpointDiscoveryMetadata.Address.
ToString
(),
408
TD.InnerChannelCreationFailed(to.
ToString
(), via.ToString(), exception);
412
TD.InnerChannelOpenFailed(to.
ToString
(), via.ToString(), exception);
508
this.currentEndpointDiscoveryMetadata.Address.
ToString
(),
585
thisPtr.currentEndpointDiscoveryMetadata.Address.
ToString
(),
623
TD.InnerChannelCreationFailed(address.
ToString
(), listenUri.ToString(), exception);
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (2)
219
TD.EndpointDiscoverabilityDisabled(endpoint.Address.
ToString
(), listenUri.ToString());
226
TD.EndpointDiscoverabilityEnabled(endpoint.Address.
ToString
(), listenUri.ToString());
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\RoutingService.cs (4)
280
TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.
ToString
(), exception);
297
TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.
ToString
(), exception);
314
TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.
ToString
(), exception);
331
TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.
ToString
(), exception);