1 write to connectStartTime
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1873this.connectStartTime = DateTime.UtcNow;
1 reference to connectStartTime
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1910SocketConnectionInitiator.TraceConnectFailure(this.socket, exception, uri, DateTime.UtcNow - connectStartTime);