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