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