Base:
method
ToString
System.Object.ToString()
10 references to ToString
System (2)
net\System\Net\HttpListenerRequest.cs (1)
560return LocalEndPoint.ToString();
net\System\Net\ServicePoint.cs (1)
1429GlobalLog.Print("ServicePoint#" + ValidationHelper.HashString(this) + "::ConnectSocketInternal() calling BeginConnect() to:" + remoteIPEndPoint.ToString());
System.Net (1)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
474Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tEndPoint: {0}", (EndPoint != null? EndPoint.ToString(): null));
System.ServiceModel (5)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (2)
295TraceUtility.TraceHttpConnectionInformation(listenerContext.Request.LocalEndPoint.ToString(), 296listenerContext.Request.RemoteEndPoint.ToString(), this);
System\ServiceModel\Channels\SocketConnection.cs (2)
2149return new AddressAlreadyInUseException(SR.GetString(SR.TcpAddressInUse, localEndpoint.ToString()), socketException); 2154SR.GetString(SR.TcpListenError, socketException.ErrorCode, socketException.Message, localEndpoint.ToString()),
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (1)
386writer.WriteElementString("Address", address.ToString());
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpUtility.cs (2)
432throw FxTrace.Exception.AsError(new AddressAlreadyInUseException(SR.SocketAddressInUse(localEndpoint.ToString()), ex)); 436throw FxTrace.Exception.AsError(new AddressAccessDeniedException(SR.SocketAddressAccessDenied(localEndpoint.ToString()), ex));