Base:
method
ToString
System.Object.ToString()
32 references to ToString
SMSvcHost (1)
System\ServiceModel\Activation\TransportListener.cs (1)
360return iPEndPoint.Address.ToString() + ":" + iPEndPoint.Port;
System (15)
net\System\Net\_AutoWebProxyScriptHelper.cs (4)
345return ipHostEntry.AddressList[i].ToString(); 358return ipAddresses[i].ToString(); 898sb.Append(ipAddresses[i].ToString()); 934sb.Append(addresses[i].ToString());
net\System\Net\_FtpControlStream.cs (1)
833String addressString = address.ToString();
net\System\Net\DNS.cs (3)
348GlobalLog.Print("Dns.InternalGetHostByAddress: " + address.ToString()); 540ipHostEntry.HostName = address.ToString(); 566GlobalLog.Print("Dns::InternalResolveFast() returned address:" + address.ToString());
net\System\Net\IPAddress.cs (1)
692m_HashCode = StringComparer.InvariantCultureIgnoreCase.GetHashCode(ToString());
net\System\Net\IPEndPoint.cs (1)
122return String.Format(format, m_Address.ToString(), Port.ToString(NumberFormatInfo.InvariantInfo));
net\System\Net\SocketPermission.cs (3)
904if (e.MatchWildcard(address[i].ToString())) { 1133if (MatchWildcard(E.address[i].ToString())) { 1141if (E.MatchWildcard(address[i].ToString())) {
net\System\Net\Sockets\Socket.cs (2)
883ipSnapshot.Address.ToString(), 5929ipSnapshot.Address.ToString(),
System.Runtime.Remoting (3)
channels\core\corechannel.cs (1)
257s_MachineIp = addr.ToString();
channels\http\httpserverchannel.cs (1)
161_machineName = _bindToAddr.ToString();
channels\tcp\tcpserverchannel.cs (1)
183_machineName = _bindToAddr.ToString();
System.ServiceModel (12)
System\ServiceModel\Channels\PeerHelpers.cs (1)
298uri = BuildUri(this.listenIPAddress.ToString(), port, serviceGuid);
System\ServiceModel\Channels\PeerIPHelper.cs (2)
340uriBuilder.Host = new IPAddress(ipAddress.GetAddressBytes(), ipAddress.ScopeId).ToString(); 344uriBuilder.Host = ipAddress.ToString();
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
386uriBuilder.Host = addresses[0].ToString();
System\ServiceModel\Channels\RemoteEndpointMessageProperty.cs (1)
96this.address = remoteEndPoint.Address.ToString();
System\ServiceModel\Channels\SocketConnection.cs (1)
1673addressStringBuilder.Append(addresses[i].ToString());
System\ServiceModel\Configuration\PeerTransportListenAddressConverter.cs (1)
48return ((IPAddress)value).ToString();
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (4)
62writer.WriteElementString("IPAddress", address.ToString()); 119writer.WriteElementString("IPAddress", address.ToString()); 124writer.WriteElementString("ConnectIPAddress", this.connectIPAddress.ToString()); 200writer.WriteElementString("IPAddress", ipAddress.ToString());
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
1276return iPEndPoint.Address.ToString() + ":" + iPEndPoint.Port;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
566new RemoteEndpointMessageProperty(remoteEndPoint.Address.ToString(), remoteEndPoint.Port));