1 write to Connection
System (1)
net\System\Net\_CommandStream.cs (1)
713Connection = connection;
5 references to Connection
System (5)
net\System\Net\_CommandStream.cs (5)
431Stream stream = (Stream)state.Connection; 436state.Connection.CloseSocket(); 439state.Connection.MarkAsRecoverableFailure(); 446state.Connection.ReceiveCommandResponseCallback(state, bytesRead); 448state.Connection.Abort(e);