Mono.Debugger.Soft.Connection.SendReceive C# (CSharp) Method

SendReceive() private method

private SendReceive ( CommandSet command_set, int command ) : System.IO.PacketReader
command_set CommandSet
command int
return System.IO.PacketReader
		PacketReader SendReceive (CommandSet command_set, int command) {
			return SendReceive (command_set, command, null);
		}

Same methods

Connection::SendReceive ( CommandSet command_set, int command, System.IO.PacketWriter packet ) : System.IO.PacketReader
Connection