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