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