System\ServiceModel\Channels\SocketConnection.cs (6)
741TD.TcpConnectionTimedOut(socketid, socketConnection.RemoteEndpointAddress);
767TD.TcpConnectionResetError(socketId, socketConnection.RemoteEndpointAddress);
1069TD.SocketWriteStart(this.socket.GetHashCode(), size, this.RemoteEndpointAddress);
1073TD.SocketAsyncWriteStart(this.socket.GetHashCode(), size, this.RemoteEndpointAddress);
1135TD.SocketReadStop((this.socket != null) ? this.socket.GetHashCode() : -1, bytesRead, this.RemoteEndpointAddress);
1139TD.SocketAsyncReadStop((this.socket != null) ? this.socket.GetHashCode() : -1, bytesRead, this.RemoteEndpointAddress);